summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTImporterTest.cpp
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2017-10-18 07:48:40 +0000
committerHaojian Wu <hokein@google.com>2017-10-18 07:48:40 +0000
commita08422e0e40d41670471ee7701b6ce9ab0051265 (patch)
treed91751e0cec0238f26bdb7288c307da696ddd79d /clang/unittests/AST/ASTImporterTest.cpp
parent06ea0ce1c9bda6e6935ecc924b94a2822a1bb344 (diff)
downloadbcm5719-llvm-a08422e0e40d41670471ee7701b6ce9ab0051265.tar.gz
bcm5719-llvm-a08422e0e40d41670471ee7701b6ce9ab0051265.zip
New -assume-filename=param to check_clang_tidy.py (like clang-format)
Summary: Currently, check_clang_tidy.py includes logic to select default clang flags based on the extension of the source filename passed as the first argument. Since the source filename might be a temporary or test file with an arbitrary extension unrelated to the file type, this adds the ability to override the logic the same way `clang-format`'s -assume-filename= parameter does. I included a test with a nonstandard file extension. I confirmed when I modified the warning message that the new test failed, and that it passed again when I restored the warning message. Ran tests with: % cmake -G Ninja /path/to/llvm % ninja check-clang-tools Patch by Ben Hamilton! Reviewers: hokein, alexfh Reviewed By: hokein Subscribers: alexfh Differential Revision: https://reviews.llvm.org/D38963 llvm-svn: 316066
Diffstat (limited to 'clang/unittests/AST/ASTImporterTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud