diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-04-28 18:26:55 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2017-04-28 21:10:39 (GMT) |
commit | 7f4eaf234820be3e62217c4a7597d7ef96179e97 (patch) | |
tree | 76eefbdf71365f52278684ee413ea9e068b2d105 | |
parent | 9bad0dfccedcc1cd71ee2579486f6729cb9d7749 (diff) | |
download | CMake-7f4eaf234820be3e62217c4a7597d7ef96179e97.zip CMake-7f4eaf234820be3e62217c4a7597d7ef96179e97.tar.gz CMake-7f4eaf234820be3e62217c4a7597d7ef96179e97.tar.bz2 |
LexerParser: disable clang-tidy checks
-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' +... |