Open hros opened 2 years ago
I am working with a c++ project where the headers have a ".h" file extension clang-tidy recognizes these headers as c headers and gives errors on c++ commands (e.g., #include )
how can I set clang-tidy to recognize these headers as c++ headers?
same problem
I am working with a c++ project where the headers have a ".h" file extension clang-tidy recognizes these headers as c headers and gives errors on c++ commands (e.g., #include)
how can I set clang-tidy to recognize these headers as c++ headers?