From 7f4eaf234820be3e62217c4a7597d7ef96179e97 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Fri, 28 Apr 2017 20:26:55 +0200 Subject: LexerParser: disable clang-tidy checks --- Source/LexerParser/.clang-tidy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Source/LexerParser/.clang-tidy 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' +... -- cgit v0.12