You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: