summaryrefslogtreecommitdiffstats
path: root/test/PCH/chain-cxx.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bitcode desynchronization when loading a PCH containing a class templateRichard Smith2013-05-231-0/+3
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+2
* C++ constant expression handling: eagerly instantiate static const integral dataRichard Smith2011-12-211-1/+6
* Completely re-implement (de-)serialization of declarationDouglas Gregor2011-12-171-0/+6
* Add a decl update when a static data member of a class template is instantiat...Sebastian Redl2011-04-291-0/+20
* Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis2011-03-091-3/+1
* When deserializing CXXBaseSpecifiers (and offsets), make sure to walk the cha...Anders Carlsson2011-03-091-0/+6
* Write CXX base specifier offsets for chained ASTs.Anders Carlsson2011-03-061-0/+5
* Start fleshing out ASTMutationListener; notify when a tag definition is compl...Argyrios Kyrtzidis2010-10-241-1/+0
* Simplify and "robust-ify" the way that CXXRecord references point to the defi...Argyrios Kyrtzidis2010-10-241-0/+1
* Fix issue with chained PCH where forward references did not pick up later def...Argyrios Kyrtzidis2010-10-201-0/+7
* Putting back safe fixes 116836,116837,116838Andrew Trick2010-10-191-3/+70
* Reverting 116836,116837,116838 until we resolve the getLangStandardForKind fa...Andrew Trick2010-10-191-70/+3
* Merge headers into test/PCH/chain-cxx.cpp for convenience.Argyrios Kyrtzidis2010-10-191-3/+70
* AST writer support for having specializations of templates from earlier in th...Sebastian Redl2010-08-241-1/+6
* Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.Sebastian Redl2010-08-241-0/+23