T O P I C R E V I E W |
mmomar |
Posted - Jun 17 2014 : 11:31:41 AM Using Visual Studio 2010 10.0.40219.1 SP1Rel And Visual Assist 10.7.1940.0 With Clang C++ compiler
The 'enum class' C++ syntax is not recognized and as a result my enum typename gets underlined in red, and various other features not functional, etc.
Note that I am not sure if VC compiler itself actually support this feature but we are usnig another compiler (Clang) and it is part of newer C++ standards. I don't know how to inform Visual Assist that we are using a different compiler.
Is there a way to enable the parsing in Visual Assist ?
See attached capture:
Our maintenance license has expired and it would be an incentive to renew it it this was available.
Thank you! |
2 L A T E S T R E P L I E S (Newest First) |
mmomar |
Posted - Jun 20 2014 : 09:40:48 AM Thanks for your help, it is well appreciated! |
feline |
Posted - Jun 17 2014 : 1:44:53 PM VA should not be having any problems with this enum class, support for this was added before VA 1940.
Unfortunately the underlining has nothing to do with VA, this is coming from the IDE its self. In VS2010 and above all underlining of syntax errors comes from the IDE.
If you show VA View, then place keyboard focus back into the editor, and now hover the mouse over the enum class or one of its members, is the correct information displayed in the bottom half of VA View? It should be, this is working correctly for me.
Depending on the problems you are seeing, you might find setting:
VA Options -> Listboxes -> Get content from default Intellisense = Off
IDE tools menu -> Options -> Text Editor -> C/C++ -> Advanced -> Disable Error Reporting = True
|
|
|