aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/chain-cxx.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-12-21C++ constant expression handling: eagerly instantiate static const integral dataRichard Smith
2011-12-17Completely re-implement (de-)serialization of declarationDouglas Gregor
2011-04-29Add a decl update when a static data member of a class template is instantiat...Sebastian Redl
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis
2011-03-09When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha...Anders Carlsson
2011-03-06Write CXX base specifier offsets for chained ASTs.Anders Carlsson
2010-10-24Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis
2010-10-24Simplify and "robust-ify" the way that CXXRecord references point to the defi...Argyrios Kyrtzidis
2010-10-20Fix issue with chained PCH where forward references did not pick up later def...Argyrios Kyrtzidis
2010-10-19Putting back safe fixes 116836,116837,116838Andrew Trick
2010-10-19Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick
2010-10-19Merge headers into test/PCH/chain-cxx.cpp for convenience.Argyrios Kyrtzidis
2010-08-24AST writer support for having specializations of templates from earlier in th...Sebastian Redl
2010-08-24Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl