Author: aaronballman
Date: Wed Jul 18 17:38:11 2012
New Revision: 160462
URL: http://llvm.org/viewvc/llvm-project?rev=160462&view=rev
Log:
Rolling this change back because the fix doesn't fit the symptoms (even if it
solves them).
Modified:
cfe/trunk/test/PCH/cxx-typeid.cpp
Modified: cfe/trunk/test/PCH/cxx-typeid.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/cxx-typeid.cpp?rev=160462&r1=160461&r2=160462&view=diff
==============================================================================
--- cfe/trunk/test/PCH/cxx-typeid.cpp (original)
+++ cfe/trunk/test/PCH/cxx-typeid.cpp Wed Jul 18 17:38:11 2012
@@ -1,8 +1,8 @@
// Test this without pch.
-// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -std=c++11 -Xclang
-verify %s
+// RUN: %clang -include %S/cxx-typeid.h -fsyntax-only -Xclang -verify %s
-// RUN: %clang -ccc-pch-is-pch -std=c++11 -x c++-header -o %t.gch
%S/cxx-typeid.h
-// RUN: %clang -ccc-pch-is-pch -std=c++11 -include %t -fsyntax-only -Xclang
-verify %s
+// RUN: %clang -ccc-pch-is-pch -x c++-header -o %t.gch %S/cxx-typeid.h
+// RUN: %clang -ccc-pch-is-pch -include %t -fsyntax-only -Xclang -verify %s
void f() {
(void)typeid(int);
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits