[clang-tools-extra] r259531 - [clang-tidy] Removed unnecessary parameters in the test

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 2 09:27:08 PST 2016


Author: alexfh
Date: Tue Feb  2 11:27:08 2016
New Revision: 259531

URL: http://llvm.org/viewvc/llvm-project?rev=259531&view=rev
Log:
[clang-tidy] Removed unnecessary parameters in the test

Modified:
    clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp?rev=259531&r1=259530&r2=259531&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/google-runtime-references.cpp Tue Feb  2 11:27:08 2016
@@ -1,4 +1,4 @@
-// RUN: %check_clang_tidy %s google-runtime-references %t -- -- -std=c++11
+// RUN: %check_clang_tidy %s google-runtime-references %t
 
 int a;
 int &b = a;




More information about the cfe-commits mailing list