summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-10-24 17:26:50 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-10-24 17:26:50 +0000
commitd170d844c4b2ba3c1890113dbf61b6056ce4a577 (patch)
treef96d257fd664cdb459ec9c02005654e2b56699dd /clang/test/PCH
parent3ba70b89cf94c5090aae9962bf633de871c7d32d (diff)
downloadbcm5719-llvm-d170d844c4b2ba3c1890113dbf61b6056ce4a577.tar.gz
bcm5719-llvm-d170d844c4b2ba3c1890113dbf61b6056ce4a577.zip
Start fleshing out ASTMutationListener; notify when a tag definition is completed.
In that case a chained PCH will record the updates to the DefinitionData pointer of forward references. If a forward reference mutated into a definition re-write it into the chained PCH, this is too big of a change. llvm-svn: 117239
Diffstat (limited to 'clang/test/PCH')
-rw-r--r--clang/test/PCH/chain-cxx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/PCH/chain-cxx.cpp b/clang/test/PCH/chain-cxx.cpp
index 8c17fee41b9..d269de529fb 100644
--- a/clang/test/PCH/chain-cxx.cpp
+++ b/clang/test/PCH/chain-cxx.cpp
@@ -7,7 +7,6 @@
// RUN: %clang_cc1 -x c++-header -emit-pch -o %t1 %s
// RUN: %clang_cc1 -x c++-header -emit-pch -o %t2 %s -include-pch %t1 -chained-pch
// RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s
-// XFAIL: *
#ifndef HEADER1
#define HEADER1
OpenPOWER on IntegriCloud