GPS (Gnat Programming Studio) uses clang to do live diagnostics. Unfortunately I can't find any documentation on how to configure it. I'd like to tell it to use C++11 so it doesn't complain about nullptr not being defined.
Asked
Active
Viewed 134 times
1 Answers
0
Though you asked it about year ago......
Edit -> Preferences -> Editor -> C & C++ -> Show live clang diagnostics

M. Kalter
- 13
- 4
-
1It's a start but not what I need. That allows for turning it on/off but doesn't let you configure clang to treat C++11 syntax as valid. (At least not in the GPS version I'm running: 17.1). – Not Saying Jun 05 '19 at 14:23