Qt Creator gives me an error on a valid assembly code.
-
I'm learning assembly and I would like to use Qt Creator for mix some C++ and assembly code on my project, I'm using a code that COMPILES and RUNS as expected.
What I wan't to do is remove Intellisense error from that code, as can seen at the following image:!http://s23.postimg.org/hi3hnauvv/img.png!
I'm using msvc 2010 as compiler and Qt Creator 3.0.0 as IDE with Qt 5.2.
-
It may very well be that Qt Creator's C++ parser is not very wise about assembly code. You can try building with the experimental clang parser support, it will probably work better here. Or file a feature request/ bug report on Jira.