diff options
author | Brad King <brad.king@kitware.com> | 2017-05-01 13:18:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-05-01 13:18:06 (GMT) |
commit | e80e8eb609cc7dd8c4dca46b9c2819afd2293229 (patch) | |
tree | 0e4a244bc10180e3533ddb0364eb067610471e9e /Source/LexerParser/.clang-tidy | |
parent | 79f4a772dc268cdd5d2bc4ec51b5f57cf26b1751 (diff) | |
parent | 7f4eaf234820be3e62217c4a7597d7ef96179e97 (diff) | |
download | CMake-e80e8eb609cc7dd8c4dca46b9c2819afd2293229.zip CMake-e80e8eb609cc7dd8c4dca46b9c2819afd2293229.tar.gz CMake-e80e8eb609cc7dd8c4dca46b9c2819afd2293229.tar.bz2 |
Merge topic 'yacclex-clang-tidy'
7f4eaf23 LexerParser: disable clang-tidy checks
9bad0dfc LexerParser: move to custom directory
8927e913 CMakeLists: remove option to regenerate yacc/lex
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !775
Diffstat (limited to 'Source/LexerParser/.clang-tidy')
-rw-r--r-- | Source/LexerParser/.clang-tidy | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/LexerParser/.clang-tidy b/Source/LexerParser/.clang-tidy new file mode 100644 index 0000000..52b11bf --- /dev/null +++ b/Source/LexerParser/.clang-tidy @@ -0,0 +1,6 @@ +--- +# We want to disable all checks for generated code. However, clang-tidy will +# assume we did not configure it correctly. Just add one check that will never +# be found. +Checks: '-*,llvm-twine-local' +... |