Add clang-tidy -header-filter option to specify from which headers we
want diagnostics to be printed. By default we don't print diagnostics from
headers. We always print diagnostics from the main file of each translation
unit.
Details
Details
Diff Detail
Diff Detail
Event Timeline
clang-tidy/ClangTidyDiagnosticConsumer.cpp | ||
---|---|---|
235 | Isn't usually the spelling location the problem? |
Isn't usually the spelling location the problem?