[PATCH] D149899: [clang-tidy] Support SystemHeaders in .clang-tidy
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 6 23:41:24 PDT 2023
carlosgalvezp updated this revision to Diff 520151.
carlosgalvezp added a comment.
Herald added a subscriber: arphaman.
- Add test where both command line and config settings are used.
- Document that the command-line option overrides the config option, for consistency with other command-line options.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149899/new/
https://reviews.llvm.org/D149899
Files:
clang-tools-extra/clang-tidy/ClangTidyOptions.cpp
clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/index.rst
clang-tools-extra/test/clang-tidy/infrastructure/Inputs/system-headers/system_header.h
clang-tools-extra/test/clang-tidy/infrastructure/system-headers.cpp
clang-tools-extra/unittests/clang-tidy/ClangTidyOptionsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149899.520151.patch
Type: text/x-patch
Size: 8118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230507/9f83d1a6/attachment.bin>
More information about the cfe-commits
mailing list