C++98 Inspections Only

Answered

Is it possible and if so how, to only have C++98 inspections, I've tried all the possible combinations I've found in CMake to get CLion to realise this isn't C++11 code, but to no avail?

3 comments
Comment actions Permalink

I have the same problem! If anyone know please post an answer!

1
Comment actions Permalink

I never got any sort of resolution to this, but have now migrated to C++11 so no longer an issue for us.

0
Comment actions Permalink

Hello everyone!

It's likely the issue with specific clang-tidy checks that don't respect current language level. Unfortunately, we can't handle it reliably on our side, however, you can disable the problematic ones (Alt+Enter on the warning - press "Right" select "Disable ... check").

If you get non-clang-tidy warnings, please provide some code samples with which the issue can be reproduced.

0

Please sign in to leave a comment.