summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2015-10-22 11:31:44 +0000
committerManuel Klimek <klimek@google.com>2015-10-22 11:31:44 +0000
commitb91bee06deefe77a51d0a39b06c086df19aec82c (patch)
tree45c6815c0a378b521540dd7d7505521dc74f6285 /clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
parentfbfa7a1e14b5e5c141775850d2aa731fc5cac2dc (diff)
downloadbcm5719-llvm-b91bee06deefe77a51d0a39b06c086df19aec82c.tar.gz
bcm5719-llvm-b91bee06deefe77a51d0a39b06c086df19aec82c.zip
Add %check_clang_tidy and %clang_tidy_diff.
With this, site specific lit configs can inject parameters into the test scripts if they need site specific parameters. Next up: enable check_clang_tidy to take a resource dir to enable non-standard locations for builtin includes. llvm-svn: 251010
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp')
-rw-r--r--clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp b/clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
index b5b5b1eeb15..e0cba9070c0 100644
--- a/clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
+++ b/clang-tools-extra/test/clang-tidy/cert-setlongjmp.cpp
@@ -1,4 +1,4 @@
-// RUN: %python %S/check_clang_tidy.py %s cert-err52-cpp %t -- -std=c++11
+// RUN: %check_clang_tidy %s cert-err52-cpp %t -- -std=c++11
typedef void *jmp_buf;
extern int __setjmpimpl(jmp_buf);
OpenPOWER on IntegriCloud