Rolling this change back because the fix doesn't fit the symptoms (even if it solves them).

llvm-svn: 160462
This commit is contained in:
Aaron Ballman 2012-07-18 22:38:11 +00:00
parent 627b046c88
commit 462bb9fdf6
1 changed files with 3 additions and 3 deletions

View File

@ -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);