diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-10-15 18:21:24 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-10-15 18:21:24 +0000 |
| commit | 434383d7031370871930d248f4f56416c0ac413a (patch) | |
| tree | a32e37c2062d6ea4bca2ffd9e4c1d976a7015c69 /clang/test/ASTMerge | |
| parent | c46e8cb258f1dfe7f77ed84f1aa143ab49ba8244 (diff) | |
| download | bcm5719-llvm-434383d7031370871930d248f4f56416c0ac413a.tar.gz bcm5719-llvm-434383d7031370871930d248f4f56416c0ac413a.zip | |
Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and QualifierInfos (rdar://8513756).
llvm-svn: 116598
Diffstat (limited to 'clang/test/ASTMerge')
| -rw-r--r-- | clang/test/ASTMerge/class.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/ASTMerge/class.cpp b/clang/test/ASTMerge/class.cpp index 01371082842..114687f8d98 100644 --- a/clang/test/ASTMerge/class.cpp +++ b/clang/test/ASTMerge/class.cpp @@ -1,8 +1,6 @@ // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/class1.cpp // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/class2.cpp // RUN: %clang_cc1 -ast-merge %t.1.ast -ast-merge %t.2.ast -fsyntax-only %s 2>&1 | FileCheck %s -// RUN: false -// XFAIL: * // CHECK: class1.cpp:5:8: warning: type 'B' has incompatible definitions in different translation units // CHECK: class1.cpp:6:9: note: field 'y' has type 'float' here |

