[clang-tools-extra] r205951 - test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.

NAKAMURA Takumi geek4civic at gmail.com
Wed Apr 9 20:17:23 PDT 2014


Author: chapuni
Date: Wed Apr  9 22:17:22 2014
New Revision: 205951

URL: http://llvm.org/viewvc/llvm-project?rev=205951&view=rev
Log:
test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell.

Modified:
    clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get-fix.cpp
    clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get.cpp

Modified: clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get-fix.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get-fix.cpp?rev=205951&r1=205950&r2=205951&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get-fix.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get-fix.cpp Wed Apr  9 22:17:22 2014
@@ -1,4 +1,5 @@
 // RUN: $(dirname %s)/check_clang_tidy_fix.sh %s misc-redundant-smartptr-get %t
+// REQUIRES: shell
 
 namespace std {
 

Modified: clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get.cpp?rev=205951&r1=205950&r2=205951&view=diff
==============================================================================
--- clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get.cpp (original)
+++ clang-tools-extra/trunk/test/clang-tidy/redundant-smartptr-get.cpp Wed Apr  9 22:17:22 2014
@@ -1,4 +1,5 @@
 // RUN: $(dirname %s)/check_clang_tidy_output.sh %s misc-redundant-smartptr-get
+// REQUIRES: shell
 
 // CHECK-NOT: warning
 





More information about the cfe-commits mailing list