[clang-tools-extra] r203097 - Use more specific checks filter in the test.

Alexander Kornienko alexfh at google.com
Thu Mar 6 00:31:04 PST 2014


Author: alexfh
Date: Thu Mar  6 02:31:03 2014
New Revision: 203097

URL: http://llvm.org/viewvc/llvm-project?rev=203097&view=rev
Log:
Use more specific checks filter in the test.

Modified:
    clang-tools-extra/trunk/test/clang-tidy/select-checks.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/select-checks.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/select-checks.cpp?rev=203097&r1=203096&r2=203097&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/select-checks.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/select-checks.cpp Thu Mar  6 02:31:03 2014
@@ -1,5 +1,5 @@
 // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
-// RUN: clang-tidy %t.cpp -fix -checks=llvm.* --
+// RUN: clang-tidy %t.cpp -fix -checks=^llvm-.* --
 // RUN: FileCheck -input-file=%t.cpp %s
 
 namespace i {





More information about the cfe-commits mailing list