aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge
AgeCommit message (Expand)Author
2010-12-01Implement AST import support for class template specializations.Douglas Gregor
2010-11-30Implement basic AST importing and merging support for class templateDouglas Gregor
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis
2010-10-08Try to disable this again.Eric Christopher
2010-10-08Disable this test temporarily in an attempt to green the buildbots.Eric Christopher
2010-10-01Don't add an imported function into its lexical context until *after*Douglas Gregor
2010-06-03Hack in some really terrible C++ record PCH support that I need right now.John McCall
2010-04-07Instead of counting totally diagnostics, split the count into a countChris Lattner
2010-02-24Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor
2010-02-19AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor
2010-02-19AST import for sizeof and alignof expressionsDouglas Gregor
2010-02-19AST import for DeclRefExprsDouglas Gregor
2010-02-19AST import of parenthesized expressions, unary operators, binaryDouglas Gregor
2010-02-18AST import for character literalsDouglas Gregor
2010-02-18AST import for forward declarations of Objective-C protocolsDouglas Gregor
2010-02-18Implement import of forward declarations of Objective-C classesDouglas Gregor
2010-02-18AST import of Objective-C categories.Douglas Gregor
2010-02-17Implement AST merging for Objective-C properties.Douglas Gregor
2010-02-17AST import for Objective-C protocolsDouglas Gregor
2010-02-17Implement AST importing and checking for Objective-C method declarations.Douglas Gregor
2010-02-17Implement AST importing of Objective-C instance variables. Douglas Gregor
2010-02-16Skeleton for importing Objective-C classesDouglas Gregor
2010-02-15Cope with anonymous tags defined within declarators by structurallyDouglas Gregor
2010-02-15Reimplement the structural-equality checks used to determine whetherDouglas Gregor
2010-02-12Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor
2010-02-12Implement AST importing and merging for enumeration types andDouglas Gregor
2010-02-12Handle AST merges of incomplete class types. Douglas Gregor
2010-02-11When AST merging for record declarations fails, warn about theDouglas Gregor
2010-02-11Add missing test cases for AST merging of structures.Douglas Gregor
2010-02-10Implement basic support for merging function declarations acrossDouglas Gregor
2010-02-10Implement AST importing and merging for typedefs. As part of this, provide a ...Douglas Gregor
2010-02-10Teach AST merging that variables with incomplete array types can beDouglas Gregor
2010-02-10Add missing header fileDouglas Gregor
2010-02-10Implement basic support for importing source locations from one ASTDouglas Gregor
2010-02-09Add in the LIT magic to avoid running AST merge test inputs asDouglas Gregor
2010-02-09Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor