clang The C ++ compiler claims that it was created, in particular, for better IDE integration, providing an API for using the IDE for tasks such as code analysis.
So, is there a good C ++ IDE that uses clang to provide features like semantic highlighting, refactoring, searching and displaying semantic errors in real time?
I use Eclipse CDT, but its C ++ parser is full of flaws that cause the IDE to report a lot of annoying false-positive bugs in the code. I would like to have an IDE that reports an error if and only if the compiler reports the same error, therefore, my interest is in an IDE built on the internal components of the compiler.
I am primarily interested in cross-platform IDEs, although I would not mind learning about single-platform for Windows or Linux (so not Xcode) if they are FOSS (another reason why not Xcode).
c ++ cross-platform ide clang
HighCommander4 Oct 22 2018-11-11T00: 00Z
source share