summaryrefslogtreecommitdiff
path: root/test/ASTMerge
Commit message (Expand)AuthorAgeFilesLines
* Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor2010-02-243-0/+40
* AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2010-02-192-2/+4
* AST import for sizeof and alignof expressionsDouglas Gregor2010-02-192-2/+4
* AST import for DeclRefExprsDouglas Gregor2010-02-192-2/+4
* AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2010-02-192-2/+6
* AST import for character literalsDouglas Gregor2010-02-183-0/+14
* AST import for forward declarations of Objective-C protocolsDouglas Gregor2010-02-182-0/+12
* Implement import of forward declarations of Objective-C classesDouglas Gregor2010-02-182-0/+10
* AST import of Objective-C categories.Douglas Gregor2010-02-183-0/+61
* Implement AST merging for Objective-C properties.Douglas Gregor2010-02-173-0/+34
* AST import for Objective-C protocolsDouglas Gregor2010-02-173-1/+49
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-173-1/+54
* Implement AST importing of Objective-C instance variables. Douglas Gregor2010-02-173-6/+43
* Skeleton for importing Objective-C classesDouglas Gregor2010-02-163-0/+20
* Cope with anonymous tags defined within declarators by structurallyDouglas Gregor2010-02-157-1/+32
* Reimplement the structural-equality checks used to determine whetherDouglas Gregor2010-02-153-4/+19
* Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor2010-02-122-0/+13
* Implement AST importing and merging for enumeration types andDouglas Gregor2010-02-123-0/+94
* Handle AST merges of incomplete class types. Douglas Gregor2010-02-122-0/+19
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-113-3/+70
* Add missing test cases for AST merging of structures.Douglas Gregor2010-02-113-0/+36
* Implement basic support for merging function declarations acrossDouglas Gregor2010-02-103-0/+21
* Implement AST importing and merging for typedefs. As part of this, provide a ...Douglas Gregor2010-02-104-0/+16
* Teach AST merging that variables with incomplete array types can beDouglas Gregor2010-02-103-0/+10
* Add missing header fileDouglas Gregor2010-02-101-0/+1
* Implement basic support for importing source locations from one ASTDouglas Gregor2010-02-103-1/+7
* Add in the LIT magic to avoid running AST merge test inputs asDouglas Gregor2010-02-093-2/+1
* Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor2010-02-091-1/+1
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-093-0/+11