aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ASTMerge
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-07-12Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis1-1/+1
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola10-10/+10
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs1-4/+4
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith3-0/+13
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+1
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose1-0/+6
2012-03-13Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis1-1/+1
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis1-4/+4
2011-03-27Flip the default for showing include stacks on notes to false. ThisChandler Carruth1-1/+1
2010-12-08Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor3-1/+31
2010-12-07Implement AST import for Objective-C property implementationsDouglas Gregor3-1/+44
2010-12-07Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2-0/+17
2010-12-07Extern the ASTImporter to import @implementation declarations.Douglas Gregor3-1/+46
2010-12-01Implement AST import support for class template specializations.Douglas Gregor3-0/+37
2010-11-30Implement basic AST importing and merging support for class templateDouglas Gregor3-0/+56
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis1-2/+0
2010-10-08Try to disable this again.Eric Christopher1-3/+5
2010-10-08Disable this test temporarily in an attempt to green the buildbots.Eric Christopher1-3/+3
2010-10-01Don't add an imported function into its lexical context until *after*Douglas Gregor2-0/+8
2010-06-03Hack in some really terrible C++ record PCH support that I need right now.John McCall3-0/+25
2010-04-07Instead of counting totally diagnostics, split the count into a countChris Lattner8-8/+8
2010-02-24Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor3-0/+40
2010-02-19AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2-2/+4
2010-02-19AST import for sizeof and alignof expressionsDouglas Gregor2-2/+4
2010-02-19AST import for DeclRefExprsDouglas Gregor2-2/+4
2010-02-19AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2-2/+6
2010-02-18AST import for character literalsDouglas Gregor3-0/+14
2010-02-18AST import for forward declarations of Objective-C protocolsDouglas Gregor2-0/+12
2010-02-18Implement import of forward declarations of Objective-C classesDouglas Gregor2-0/+10
2010-02-18AST import of Objective-C categories.Douglas Gregor3-0/+61
2010-02-17Implement AST merging for Objective-C properties.Douglas Gregor3-0/+34
2010-02-17AST import for Objective-C protocolsDouglas Gregor3-1/+49
2010-02-17Implement AST importing and checking for Objective-C method declarations.Douglas Gregor3-1/+54
2010-02-17Implement AST importing of Objective-C instance variables. Douglas Gregor3-6/+43
2010-02-16Skeleton for importing Objective-C classesDouglas Gregor3-0/+20
2010-02-15Cope with anonymous tags defined within declarators by structurallyDouglas Gregor7-1/+32
2010-02-15Reimplement the structural-equality checks used to determine whetherDouglas Gregor3-4/+19
2010-02-12Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor2-0/+13
2010-02-12Implement AST importing and merging for enumeration types andDouglas Gregor3-0/+94
2010-02-12Handle AST merges of incomplete class types. Douglas Gregor2-0/+19
2010-02-11When AST merging for record declarations fails, warn about theDouglas Gregor3-3/+70
2010-02-11Add missing test cases for AST merging of structures.Douglas Gregor3-0/+36
2010-02-10Implement basic support for merging function declarations acrossDouglas Gregor3-0/+21
2010-02-10Implement AST importing and merging for typedefs. As part of this, provide a ...Douglas Gregor4-0/+16
2010-02-10Teach AST merging that variables with incomplete array types can beDouglas Gregor3-0/+10
2010-02-10Add missing header fileDouglas Gregor1-0/+1
2010-02-10Implement basic support for importing source locations from one ASTDouglas Gregor3-1/+7
2010-02-09Add in the LIT magic to avoid running AST merge test inputs asDouglas Gregor3-2/+1
2010-02-09Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor1-1/+1