aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ASTMerge/class.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-07-12Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis1-1/+1
Guarded malloc emits some messages at the beginning in stderr when enabled. These messages caused a few tests to fail. llvm-svn: 186219
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith1-0/+5
produce a note for that diagnostic either with a different DiagnosticEngine or after calling DiagnosticEngine::Reset(). That didn't make any sense, and did the wrong thing if the original diagnostic was suppressed. llvm-svn: 170636
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and ↵Argyrios Kyrtzidis1-2/+0
QualifierInfos (rdar://8513756). llvm-svn: 116598
2010-10-08Try to disable this again.Eric Christopher1-3/+5
llvm-svn: 116094
2010-10-08Disable this test temporarily in an attempt to green the buildbots.Eric Christopher1-3/+3
llvm-svn: 116082
2010-06-03Hack in some really terrible C++ record PCH support that I need right now.John McCall1-0/+9
This is required in order to test: The ASTImporter should set base classes after formally entering the definition. llvm-svn: 105401