From b91bee06deefe77a51d0a39b06c086df19aec82c Mon Sep 17 00:00:00 2001 From: Manuel Klimek Date: Thu, 22 Oct 2015 11:31:44 +0000 Subject: 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 --- clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp') diff --git a/clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp b/clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp index a57110954ae..aa99420272f 100644 --- a/clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp +++ b/clang-tools-extra/test/clang-tidy/llvm-twine-local.cpp @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s llvm-twine-local %t +// RUN: %check_clang_tidy %s llvm-twine-local %t namespace llvm { class Twine { -- cgit v1.2.3