Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.7.0
-
None
-
linux
Description
Currently, running clang-tidy via qtcreator only reports issues for c/cpp files. There is no way to also get issues for the header files.
It would be nice to have an option to include the "-header-filter=.*" option to clang-tidy invocation, so that issues are also reported for non system header files.
(note : currently using cmake build)
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-21452 Clang-tidy Analyzer doesn not analyze header files
- Closed