Author: klimek Date: Thu Oct 22 06:31:44 2015 New Revision: 251010 URL: http://llvm.org/viewvc/llvm-project?rev=251010&view=rev Log: 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. Modified: clang-tools-extra/trunk/test/clang-tidy/cert-setlongjmp.cpp clang-tools-extra/trunk/test/clang-tidy/cert-variadic-function-def.cpp clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp clang-tools-extra/trunk/test/clang-tidy/google-build-explicit-make-pair.cpp clang-tools-extra/trunk/test/clang-tidy/google-explicit-constructor.cpp clang-tools-extra/trunk/test/clang-tidy/google-overloaded-unary-and.cpp clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.c clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.cpp clang-tools-extra/trunk/test/clang-tidy/google-readability-namespace-comments.cpp clang-tools-extra/trunk/test/clang-tidy/google-readability-todo.cpp clang-tools-extra/trunk/test/clang-tidy/google-runtime-int-std.cpp clang-tools-extra/trunk/test/clang-tidy/google-runtime-int.cpp clang-tools-extra/trunk/test/clang-tidy/google-runtime-member-string-references.cpp clang-tools-extra/trunk/test/clang-tidy/google-runtime-memset-zero-length.cpp clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp clang-tools-extra/trunk/test/clang-tidy/llvm-twine-local.cpp clang-tools-extra/trunk/test/clang-tidy/misc-argument-comment.cpp clang-tools-extra/trunk/test/clang-tidy/misc-assert-side-effect.cpp clang-tools-extra/trunk/test/clang-tidy/misc-assign-operator-signature.cpp clang-tools-extra/trunk/test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp clang-tools-extra/trunk/test/clang-tidy/misc-inaccurate-erase.cpp clang-tools-extra/trunk/test/clang-tidy/misc-inefficient-algorithm.cpp clang-tools-extra/trunk/test/clang-tidy/misc-macro-parentheses.cpp clang-tools-extra/trunk/test/clang-tidy/misc-move-constructor-init.cpp clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads.cpp clang-tools-extra/trunk/test/clang-tidy/misc-noexcept-move-constructor.cpp clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.c clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.cpp clang-tools-extra/trunk/test/clang-tidy/misc-repeated-side-effects-in-macro.c clang-tools-extra/trunk/test/clang-tidy/misc-sizeof-container.cpp clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.c clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.cpp clang-tools-extra/trunk/test/clang-tidy/misc-swapped-arguments.cpp clang-tools-extra/trunk/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp clang-tools-extra/trunk/test/clang-tidy/misc-undelegated-constructor.cpp clang-tools-extra/trunk/test/clang-tidy/misc-uniqueptr-reset-release.cpp clang-tools-extra/trunk/test/clang-tidy/misc-unused-alias-decls.cpp clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.c clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.cpp clang-tools-extra/trunk/test/clang-tidy/misc-unused-raii.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-basic.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-camelback.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-extra.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-lowercase.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-negative.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-uppercase.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-make-unique.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-pass-by-value.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-replace-auto-ptr.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-shrink-to-fit.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-iterator.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-new.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-default.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr-basic.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-override-cxx98.cpp clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-few-lines.cpp clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-same-line.cpp clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-single-line.cpp clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements.cpp clang-tools-extra/trunk/test/clang-tidy/readability-container-size-empty.cpp clang-tools-extra/trunk/test/clang-tidy/readability-else-after-return.cpp clang-tools-extra/trunk/test/clang-tidy/readability-function-size.cpp clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp clang-tools-extra/trunk/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp clang-tools-extra/trunk/test/clang-tidy/readability-named-parameter.cpp clang-tools-extra/trunk/test/clang-tidy/readability-redundant-smartptr-get.cpp clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr.cpp clang-tools-extra/trunk/test/clang-tidy/readability-uniqueptr-delete-release.cpp clang-tools-extra/trunk/test/lit.cfg Modified: clang-tools-extra/trunk/test/clang-tidy/cert-setlongjmp.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cert-setlongjmp.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cert-setlongjmp.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cert-setlongjmp.cpp Thu Oct 22 06:31:44 2015 @@ -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); Modified: clang-tools-extra/trunk/test/clang-tidy/cert-variadic-function-def.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cert-variadic-function-def.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cert-variadic-function-def.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cert-variadic-function-def.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cert-dcl50-cpp %t +// RUN: %check_clang_tidy %s cert-dcl50-cpp %t // Variadic function definitions are diagnosed. void f1(int, ...) {} Modified: clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py (original) +++ clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py Thu Oct 22 06:31:44 2015 @@ -20,7 +20,7 @@ Usage: [optional clang-tidy arguments] Example: - // RUN: %python %S/check_clang_tidy.py %s llvm-include-order %t -- -isystem $(dirname %s)/Inputs/Headers + // RUN: %check_clang_tidy %s llvm-include-order %t -- -isystem $(dirname %s)/Inputs/Headers """ import re Modified: clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/clang-tidy-diff.cpp Thu Oct 22 06:31:44 2015 @@ -1,6 +1,6 @@ // RUN: sed 's/placeholder_for_f/f/' %s > %t.cpp // RUN: clang-tidy -checks=-*,modernize-use-override %t.cpp -- -std=c++11 | FileCheck -check-prefix=CHECK-SANITY %s -// RUN: not diff -U0 %s %t.cpp | %python %S/../../clang-tidy/tool/clang-tidy-diff.py -checks=-*,modernize-use-override -- -std=c++11 2>&1 | FileCheck %s +// RUN: not diff -U0 %s %t.cpp | %clang_tidy_diff -checks=-*,modernize-use-override -- -std=c++11 2>&1 | FileCheck %s struct A { virtual void f() {} virtual void g() {} Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cppcoreguidelines-pro-bounds-pointer-arithmetic %t +// RUN: %check_clang_tidy %s cppcoreguidelines-pro-bounds-pointer-arithmetic %t enum E { ENUM_LITERAL = 1 Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cppcoreguidelines-pro-type-const-cast %t +// RUN: %check_clang_tidy %s cppcoreguidelines-pro-type-const-cast %t const int *i; int *j; Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cppcoreguidelines-pro-type-reinterpret-cast %t +// RUN: %check_clang_tidy %s cppcoreguidelines-pro-type-reinterpret-cast %t int i = 0; void *j; Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cppcoreguidelines-pro-type-static-cast-downcast %t +// RUN: %check_clang_tidy %s cppcoreguidelines-pro-type-static-cast-downcast %t class Base { }; Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cppcoreguidelines-pro-type-union-access %t +// RUN: %check_clang_tidy %s cppcoreguidelines-pro-type-union-access %t union U { bool union_member1; Modified: clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s cppcoreguidelines-pro-type-vararg %t +// RUN: %check_clang_tidy %s cppcoreguidelines-pro-type-vararg %t void f(int i); void f_vararg(int i, ...); Modified: clang-tools-extra/trunk/test/clang-tidy/google-build-explicit-make-pair.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-build-explicit-make-pair.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-build-explicit-make-pair.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-build-explicit-make-pair.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-build-explicit-make-pair %t +// RUN: %check_clang_tidy %s google-build-explicit-make-pair %t namespace std { template <class T1, class T2> Modified: clang-tools-extra/trunk/test/clang-tidy/google-explicit-constructor.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-explicit-constructor.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-explicit-constructor.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-explicit-constructor.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-explicit-constructor %t +// RUN: %check_clang_tidy %s google-explicit-constructor %t namespace std { typedef decltype(sizeof(int)) size_t; Modified: clang-tools-extra/trunk/test/clang-tidy/google-overloaded-unary-and.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-overloaded-unary-and.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-overloaded-unary-and.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-overloaded-unary-and.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-runtime-operator %t +// RUN: %check_clang_tidy %s google-runtime-operator %t struct Foo { void *operator&(); Modified: clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.c URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.c?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.c (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.c Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-readability-casting %t -- -x c +// RUN: %check_clang_tidy %s google-readability-casting %t -- -x c // The testing script always adds .cpp extension to the input file name, so we // need to run clang-tidy directly in order to verify handling of .c files: // RUN: clang-tidy --checks=-*,google-readability-casting %s -- -x c++ | FileCheck %s -check-prefix=CHECK-MESSAGES -implicit-check-not='{{warning|error}}:' Modified: clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-readability-casting.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-readability-casting %t +// RUN: %check_clang_tidy %s google-readability-casting %t bool g() { return false; } Modified: clang-tools-extra/trunk/test/clang-tidy/google-readability-namespace-comments.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-readability-namespace-comments.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-readability-namespace-comments.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-readability-namespace-comments.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-readability-namespace-comments %t +// RUN: %check_clang_tidy %s google-readability-namespace-comments %t namespace n1 { namespace n2 { Modified: clang-tools-extra/trunk/test/clang-tidy/google-readability-todo.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-readability-todo.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-readability-todo.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-readability-todo.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-readability-todo %t -config="{User: 'some user'}" -- +// RUN: %check_clang_tidy %s google-readability-todo %t -config="{User: 'some user'}" -- // TODOfix this1 // CHECK-MESSAGES: [[@LINE-1]]:1: warning: missing username/bug in TODO Modified: clang-tools-extra/trunk/test/clang-tidy/google-runtime-int-std.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-runtime-int-std.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-runtime-int-std.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-runtime-int-std.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-runtime-int %t \ +// RUN: %check_clang_tidy %s google-runtime-int %t \ // RUN: -config='{CheckOptions: [ \ // RUN: {key: google-runtime-int.UnsignedTypePrefix, value: "std::uint"}, \ // RUN: {key: google-runtime-int.SignedTypePrefix, value: "std::int"}, \ Modified: clang-tools-extra/trunk/test/clang-tidy/google-runtime-int.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-runtime-int.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-runtime-int.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-runtime-int.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-runtime-int %t +// RUN: %check_clang_tidy %s google-runtime-int %t long a(); // CHECK-MESSAGES: [[@LINE-1]]:1: warning: consider replacing 'long' with 'int{{..}}' Modified: clang-tools-extra/trunk/test/clang-tidy/google-runtime-member-string-references.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-runtime-member-string-references.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-runtime-member-string-references.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-runtime-member-string-references.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-runtime-member-string-references %t +// RUN: %check_clang_tidy %s google-runtime-member-string-references %t namespace std { template<typename T> Modified: clang-tools-extra/trunk/test/clang-tidy/google-runtime-memset-zero-length.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-runtime-memset-zero-length.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/google-runtime-memset-zero-length.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/google-runtime-memset-zero-length.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s google-runtime-memset %t +// RUN: %check_clang_tidy %s google-runtime-memset %t void *memset(void *, int, __SIZE_TYPE__); Modified: clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/llvm-include-order.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s llvm-include-order %t -- -isystem %S/Inputs/Headers +// RUN: %check_clang_tidy %s llvm-include-order %t -- -isystem %S/Inputs/Headers // CHECK-MESSAGES: [[@LINE+2]]:1: warning: #includes are not sorted properly #include "j.h" Modified: clang-tools-extra/trunk/test/clang-tidy/llvm-twine-local.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/llvm-twine-local.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/llvm-twine-local.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/llvm-twine-local.cpp Thu Oct 22 06:31:44 2015 @@ -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 { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-argument-comment.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-argument-comment.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-argument-comment.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-argument-comment.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-argument-comment %t +// RUN: %check_clang_tidy %s misc-argument-comment %t // FIXME: clang-tidy should provide a -verify mode to make writing these checks // easier and more accurate. Modified: clang-tools-extra/trunk/test/clang-tidy/misc-assert-side-effect.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-assert-side-effect.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-assert-side-effect.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-assert-side-effect.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-assert-side-effect %t -config="{CheckOptions: [{key: misc-assert-side-effect.CheckFunctionCalls, value: 1}, {key: misc-assert-side-effect.AssertMacros, value: 'assert,assert2,my_assert,convoluted_assert'}]}" -- -fexceptions +// RUN: %check_clang_tidy %s misc-assert-side-effect %t -config="{CheckOptions: [{key: misc-assert-side-effect.CheckFunctionCalls, value: 1}, {key: misc-assert-side-effect.AssertMacros, value: 'assert,assert2,my_assert,convoluted_assert'}]}" -- -fexceptions //===--- assert definition block ------------------------------------------===// int abort() { return 0; } Modified: clang-tools-extra/trunk/test/clang-tidy/misc-assign-operator-signature.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-assign-operator-signature.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-assign-operator-signature.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-assign-operator-signature.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-assign-operator-signature %t +// RUN: %check_clang_tidy %s misc-assign-operator-signature %t struct Good { Good& operator=(const Good&); Modified: clang-tools-extra/trunk/test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-bool-pointer-implicit-conversion %t +// RUN: %check_clang_tidy %s misc-bool-pointer-implicit-conversion %t bool *SomeFunction(); void SomeOtherFunction(bool*); Modified: clang-tools-extra/trunk/test/clang-tidy/misc-inaccurate-erase.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-inaccurate-erase.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-inaccurate-erase.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-inaccurate-erase.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-inaccurate-erase %t +// RUN: %check_clang_tidy %s misc-inaccurate-erase %t namespace std { template <typename T> struct vec_iterator { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-inefficient-algorithm.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-inefficient-algorithm.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-inefficient-algorithm.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-inefficient-algorithm.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-inefficient-algorithm %t +// RUN: %check_clang_tidy %s misc-inefficient-algorithm %t namespace std { template <typename T> struct less { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-macro-parentheses.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-macro-parentheses.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-macro-parentheses.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-macro-parentheses.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-macro-parentheses %t +// RUN: %check_clang_tidy %s misc-macro-parentheses %t #define BAD1 -1 // CHECK-MESSAGES: :[[@LINE-1]]:27: warning: macro replacement list should be enclosed in parentheses [misc-macro-parentheses] Modified: clang-tools-extra/trunk/test/clang-tidy/misc-move-constructor-init.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-move-constructor-init.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-move-constructor-init.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-move-constructor-init.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-move-constructor-init %t -- -std=c++11 -isystem %S/Inputs/Headers +// RUN: %check_clang_tidy %s misc-move-constructor-init %t -- -std=c++11 -isystem %S/Inputs/Headers #include <s.h> Modified: clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-new-delete-overloads %t -- -std=c++14 -fsized-deallocation +// RUN: %check_clang_tidy %s misc-new-delete-overloads %t -- -std=c++14 -fsized-deallocation typedef decltype(sizeof(int)) size_t; Modified: clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-new-delete-overloads.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-new-delete-overloads %t -- -std=c++14 +// RUN: %check_clang_tidy %s misc-new-delete-overloads %t -- -std=c++14 typedef decltype(sizeof(int)) size_t; Modified: clang-tools-extra/trunk/test/clang-tidy/misc-noexcept-move-constructor.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-noexcept-move-constructor.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-noexcept-move-constructor.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-noexcept-move-constructor.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-noexcept-move-constructor %t +// RUN: %check_clang_tidy %s misc-noexcept-move-constructor %t class A { A(A &&); Modified: clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.c URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.c?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.c (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.c Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-non-copyable-objects %t +// RUN: %check_clang_tidy %s misc-non-copyable-objects %t typedef struct FILE {} FILE; typedef struct pthread_cond_t {} pthread_cond_t; Modified: clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-non-copyable-objects.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-non-copyable-objects %t +// RUN: %check_clang_tidy %s misc-non-copyable-objects %t namespace std { typedef struct FILE {} FILE; Modified: clang-tools-extra/trunk/test/clang-tidy/misc-repeated-side-effects-in-macro.c URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-repeated-side-effects-in-macro.c?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-repeated-side-effects-in-macro.c (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-repeated-side-effects-in-macro.c Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-macro-repeated-side-effects %t +// RUN: %check_clang_tidy %s misc-macro-repeated-side-effects %t #define badA(x,y) ((x)+((x)+(y))+(y)) void bad(int ret, int a, int b) { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-sizeof-container.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-sizeof-container.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-sizeof-container.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-sizeof-container.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-sizeof-container %t -- -std=c++11 -target x86_64-unknown-unknown +// RUN: %check_clang_tidy %s misc-sizeof-container %t -- -std=c++11 -target x86_64-unknown-unknown namespace std { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.c URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.c?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.c (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.c Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-static-assert %t -- -std=c11 +// RUN: %check_clang_tidy %s misc-static-assert %t -- -std=c11 // RUN: clang-tidy %s -checks=-*,misc-static-assert -- -std=c99 | count 0 void abort() {} Modified: clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-static-assert.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-static-assert %t +// RUN: %check_clang_tidy %s misc-static-assert %t void abort() {} #ifdef NDEBUG Modified: clang-tools-extra/trunk/test/clang-tidy/misc-swapped-arguments.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-swapped-arguments.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-swapped-arguments.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-swapped-arguments.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-swapped-arguments %t +// RUN: %check_clang_tidy %s misc-swapped-arguments %t void F(int, double); Modified: clang-tools-extra/trunk/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-throw-by-value-catch-by-reference %t -- -std=c++11 -fcxx-exceptions +// RUN: %check_clang_tidy %s misc-throw-by-value-catch-by-reference %t -- -std=c++11 -fcxx-exceptions class logic_error { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-undelegated-constructor.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-undelegated-constructor.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-undelegated-constructor.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-undelegated-constructor.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-undelegated-constructor %t +// RUN: %check_clang_tidy %s misc-undelegated-constructor %t struct Ctor; Ctor foo(); Modified: clang-tools-extra/trunk/test/clang-tidy/misc-uniqueptr-reset-release.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-uniqueptr-reset-release.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-uniqueptr-reset-release.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-uniqueptr-reset-release.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-uniqueptr-reset-release %t +// RUN: %check_clang_tidy %s misc-uniqueptr-reset-release %t namespace std { Modified: clang-tools-extra/trunk/test/clang-tidy/misc-unused-alias-decls.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-unused-alias-decls.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-unused-alias-decls.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-unused-alias-decls.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-unused-alias-decls %t +// RUN: %check_clang_tidy %s misc-unused-alias-decls %t namespace my_namespace { class C {}; Modified: clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.c URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.c?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.c (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.c Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-unused-parameters %t -- -xc +// RUN: %check_clang_tidy %s misc-unused-parameters %t -- -xc // Basic removal // ============= Modified: clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-unused-parameters.cpp Thu Oct 22 06:31:44 2015 @@ -1,6 +1,6 @@ // RUN: echo "static void staticFunctionHeader(int i) {}" > %T/header.h // RUN: echo "static void staticFunctionHeader(int /*i*/) {}" > %T/header-fixed.h -// RUN: %python %S/check_clang_tidy.py %s misc-unused-parameters %t -header-filter='.*' -- -std=c++11 -fno-delayed-template-parsing +// RUN: %check_clang_tidy %s misc-unused-parameters %t -header-filter='.*' -- -std=c++11 -fno-delayed-template-parsing // RUN: diff %T/header.h %T/header-fixed.h #include "header.h" Modified: clang-tools-extra/trunk/test/clang-tidy/misc-unused-raii.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/misc-unused-raii.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/misc-unused-raii.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/misc-unused-raii.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s misc-unused-raii %t +// RUN: %check_clang_tidy %s misc-unused-raii %t struct Foo { Foo(); Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-basic.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-basic.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-basic.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-basic.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-loop-convert %t -- -std=c++11 -I %S/Inputs/modernize-loop-convert +// RUN: %check_clang_tidy %s modernize-loop-convert %t -- -std=c++11 -I %S/Inputs/modernize-loop-convert #include "structures.h" Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-camelback.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-camelback.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-camelback.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-camelback.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-loop-convert %t \ +// RUN: %check_clang_tidy %s modernize-loop-convert %t \ // RUN: -config="{CheckOptions: [{key: modernize-loop-convert.NamingStyle, value: 'camelBack'}]}" \ // RUN: -- -std=c++11 -I %S/Inputs/modernize-loop-convert Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-extra.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-extra.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-extra.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-extra.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-loop-convert %t -- -std=c++11 -I %S/Inputs/modernize-loop-convert +// RUN: %check_clang_tidy %s modernize-loop-convert %t -- -std=c++11 -I %S/Inputs/modernize-loop-convert #include "structures.h" Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-lowercase.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-lowercase.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-lowercase.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-lowercase.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-loop-convert %t \ +// RUN: %check_clang_tidy %s modernize-loop-convert %t \ // RUN: -config="{CheckOptions: [{key: modernize-loop-convert.NamingStyle, value: 'lower_case'}]}" \ // RUN: -- -std=c++11 -I %S/Inputs/modernize-loop-convert Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-negative.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-negative.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-negative.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-negative.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-loop-convert %t -- -std=c++11 -I %S/Inputs/modernize-loop-convert +// RUN: %check_clang_tidy %s modernize-loop-convert %t -- -std=c++11 -I %S/Inputs/modernize-loop-convert #include "structures.h" Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-uppercase.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-uppercase.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-uppercase.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-loop-convert-uppercase.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-loop-convert %t \ +// RUN: %check_clang_tidy %s modernize-loop-convert %t \ // RUN: -config="{CheckOptions: [{key: modernize-loop-convert.NamingStyle, value: 'UPPER_CASE'}]}" \ // RUN: -- -std=c++11 -I %S/Inputs/modernize-loop-convert Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-make-unique.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-make-unique.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-make-unique.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-make-unique.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-make-unique %t +// RUN: %check_clang_tidy %s modernize-make-unique %t namespace std { Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-pass-by-value.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-pass-by-value.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-pass-by-value.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-pass-by-value.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-pass-by-value %t -- -std=c++11 -fno-delayed-template-parsing +// RUN: %check_clang_tidy %s modernize-pass-by-value %t -- -std=c++11 -fno-delayed-template-parsing // CHECK-FIXES: #include <utility> Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-replace-auto-ptr.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-replace-auto-ptr.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-replace-auto-ptr.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-replace-auto-ptr.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-replace-auto-ptr %t -- \ +// RUN: %check_clang_tidy %s modernize-replace-auto-ptr %t -- \ // RUN: -std=c++11 -I %S/Inputs/modernize-replace-auto-ptr // CHECK-FIXES: #include <utility> Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-shrink-to-fit.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-shrink-to-fit.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-shrink-to-fit.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-shrink-to-fit.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-shrink-to-fit %t +// RUN: %check_clang_tidy %s modernize-shrink-to-fit %t namespace std { template <typename T> struct vector { void swap(vector &other); }; Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-iterator.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-iterator.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-iterator.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-iterator.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-auto %t -- \ +// RUN: %check_clang_tidy %s modernize-use-auto %t -- \ // RUN: -std=c++11 -I %S/Inputs/modernize-use-auto #include "containers.h" Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-new.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-new.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-new.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-new.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-auto %t +// RUN: %check_clang_tidy %s modernize-use-auto %t class MyType {}; Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-default.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-default.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-default.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-default.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-default %t -- -std=c++11 -fno-delayed-template-parsing +// RUN: %check_clang_tidy %s modernize-use-default %t -- -std=c++11 -fno-delayed-template-parsing class A { public: Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr-basic.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr-basic.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr-basic.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr-basic.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-nullptr %t -- \ +// RUN: %check_clang_tidy %s modernize-use-nullptr %t -- \ // RUN: -std=c++98 -Wno-non-literal-null-conversion // // Some parts of the test (e.g. assignment of `const int` to `int *`) fail in Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-nullptr %t \ +// RUN: %check_clang_tidy %s modernize-use-nullptr %t \ // RUN: -config="{CheckOptions: [{key: modernize-use-nullptr.NullMacros, value: 'MY_NULL,NULL'}]}" \ // RUN: -- -std=c++11 Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-override-cxx98.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-override-cxx98.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-override-cxx98.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-override-cxx98.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-override %t -- -std=c++98 +// RUN: %check_clang_tidy %s modernize-use-override %t -- -std=c++98 struct Base { virtual ~Base() {} Modified: clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/modernize-use-override.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s modernize-use-override %t +// RUN: %check_clang_tidy %s modernize-use-override %t #define ABSTRACT = 0 Modified: clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-few-lines.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-few-lines.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-few-lines.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-few-lines.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-braces-around-statements %t -config="{CheckOptions: [{key: readability-braces-around-statements.ShortStatementLines, value: 4}]}" -- +// RUN: %check_clang_tidy %s readability-braces-around-statements %t -config="{CheckOptions: [{key: readability-braces-around-statements.ShortStatementLines, value: 4}]}" -- void do_something(const char *) {} Modified: clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-same-line.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-same-line.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-same-line.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-same-line.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-braces-around-statements %t -config="{CheckOptions: [{key: readability-braces-around-statements.ShortStatementLines, value: 1}]}" -- +// RUN: %check_clang_tidy %s readability-braces-around-statements %t -config="{CheckOptions: [{key: readability-braces-around-statements.ShortStatementLines, value: 1}]}" -- void do_something(const char *) {} Modified: clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-single-line.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-single-line.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-single-line.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements-single-line.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-braces-around-statements %t -config="{CheckOptions: [{key: readability-braces-around-statements.ShortStatementLines, value: 2}]}" -- +// RUN: %check_clang_tidy %s readability-braces-around-statements %t -config="{CheckOptions: [{key: readability-braces-around-statements.ShortStatementLines, value: 2}]}" -- void do_something(const char *) {} Modified: clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-braces-around-statements.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-braces-around-statements %t +// RUN: %check_clang_tidy %s readability-braces-around-statements %t void do_something(const char *) {} Modified: clang-tools-extra/trunk/test/clang-tidy/readability-container-size-empty.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-container-size-empty.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-container-size-empty.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-container-size-empty.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-container-size-empty %t +// RUN: %check_clang_tidy %s readability-container-size-empty %t namespace std { template <typename T> struct vector { Modified: clang-tools-extra/trunk/test/clang-tidy/readability-else-after-return.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-else-after-return.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-else-after-return.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-else-after-return.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-else-after-return %t +// RUN: %check_clang_tidy %s readability-else-after-return %t void f(int a) { if (a > 0) Modified: clang-tools-extra/trunk/test/clang-tidy/readability-function-size.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-function-size.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-function-size.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-function-size.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-function-size %t -config='{CheckOptions: [{key: readability-function-size.LineThreshold, value: 0}, {key: readability-function-size.StatementThreshold, value: 0}, {key: readability-function-size.BranchThreshold, value: 0}]}' -- -std=c++11 +// RUN: %check_clang_tidy %s readability-function-size %t -config='{CheckOptions: [{key: readability-function-size.LineThreshold, value: 0}, {key: readability-function-size.StatementThreshold, value: 0}, {key: readability-function-size.BranchThreshold, value: 0}]}' -- -std=c++11 void foo1() { } Modified: clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-identifier-naming.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-identifier-naming %t \ +// RUN: %check_clang_tidy %s readability-identifier-naming %t \ // RUN: -config='{CheckOptions: [ \ // RUN: {key: readability-identifier-naming.AbstractClassCase, value: CamelCase}, \ // RUN: {key: readability-identifier-naming.AbstractClassPrefix, value: 'A'}, \ Modified: clang-tools-extra/trunk/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-inconsistent-declaration-parameter-name %t -- -std=c++11 -fno-delayed-template-parsing +// RUN: %check_clang_tidy %s readability-inconsistent-declaration-parameter-name %t -- -std=c++11 -fno-delayed-template-parsing void consistentFunction(int a, int b, int c); void consistentFunction(int a, int b, int c); Modified: clang-tools-extra/trunk/test/clang-tidy/readability-named-parameter.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-named-parameter.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-named-parameter.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-named-parameter.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-named-parameter %t +// RUN: %check_clang_tidy %s readability-named-parameter %t void Method(char *) { /* */ } // CHECK-MESSAGES: :[[@LINE-1]]:19: warning: all parameters should be named in a function Modified: clang-tools-extra/trunk/test/clang-tidy/readability-redundant-smartptr-get.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-redundant-smartptr-get.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-redundant-smartptr-get.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-redundant-smartptr-get.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-redundant-smartptr-get %t +// RUN: %check_clang_tidy %s readability-redundant-smartptr-get %t #define NULL __null Modified: clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-redundant-string-cstr.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-redundant-string-cstr %t +// RUN: %check_clang_tidy %s readability-redundant-string-cstr %t namespace std { template <typename T> Modified: clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-simplify-boolean-expr %t -config="{CheckOptions: [{key: "readability-simplify-boolean-expr.ChainedConditionalAssignment", value: 1}]}" -- +// RUN: %check_clang_tidy %s readability-simplify-boolean-expr %t -config="{CheckOptions: [{key: "readability-simplify-boolean-expr.ChainedConditionalAssignment", value: 1}]}" -- void chained_conditional_compound_assignment(int i) { bool b; Modified: clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-simplify-boolean-expr %t -config="{CheckOptions: [{key: "readability-simplify-boolean-expr.ChainedConditionalReturn", value: 1}]}" -- +// RUN: %check_clang_tidy %s readability-simplify-boolean-expr %t -config="{CheckOptions: [{key: "readability-simplify-boolean-expr.ChainedConditionalReturn", value: 1}]}" -- bool chained_conditional_compound_return(int i) { if (i < 0) { Modified: clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-simplify-bool-expr.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-simplify-boolean-expr %t +// RUN: %check_clang_tidy %s readability-simplify-boolean-expr %t bool a1 = false; Modified: clang-tools-extra/trunk/test/clang-tidy/readability-uniqueptr-delete-release.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/readability-uniqueptr-delete-release.cpp?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/clang-tidy/readability-uniqueptr-delete-release.cpp (original) +++ clang-tools-extra/trunk/test/clang-tidy/readability-uniqueptr-delete-release.cpp Thu Oct 22 06:31:44 2015 @@ -1,4 +1,4 @@ -// RUN: %python %S/check_clang_tidy.py %s readability-uniqueptr-delete-release %t +// RUN: %check_clang_tidy %s readability-uniqueptr-delete-release %t namespace std { template <typename T> Modified: clang-tools-extra/trunk/test/lit.cfg URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/lit.cfg?rev=251010&r1=251009&r2=251010&view=diff ============================================================================== --- clang-tools-extra/trunk/test/lit.cfg (original) +++ clang-tools-extra/trunk/test/lit.cfg Thu Oct 22 06:31:44 2015 @@ -188,4 +188,13 @@ if not platform.system() in ['Windows'] if platform.system() not in ['Windows']: config.available_features.add('ansi-escape-sequences') -config.substitutions.append( ('%python', config.python_executable) ) +check_clang_tidy = os.path.join( + config.test_source_root, "clang-tidy", "check_clang_tidy.py") +config.substitutions.append( + ('%check_clang_tidy', + '%s %s' % (config.python_executable, check_clang_tidy)) ) +clang_tidy_diff = os.path.join( + config.test_source_root, "..", "clang-tidy", "tool", "clang-tidy-diff.py") +config.substitutions.append( + ('%clang_tidy_diff', + '%s %s' % (config.python_executable, clang_tidy_diff)) ) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits