forked from OSchip/llvm-project
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:
parent
627b046c88
commit
462bb9fdf6
|
@ -1,8 +1,8 @@
|
||||||
// Test this without pch.
|
// 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 -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 -include %t -fsyntax-only -Xclang -verify %s
|
||||||
|
|
||||||
void f() {
|
void f() {
|
||||||
(void)typeid(int);
|
(void)typeid(int);
|
||||||
|
|
Loading…
Reference in New Issue