summaryrefslogtreecommitdiff
path: root/test/ASTMerge/Inputs
Commit message (Expand)AuthorAge
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-15
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-20
* Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis2012-03-13
* Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor2010-12-08
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-07
* Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2010-12-07
* Extern the ASTImporter to import @implementation declarations.Douglas Gregor2010-12-07
* Implement AST import support for class template specializations.Douglas Gregor2010-12-01
* Implement basic AST importing and merging support for class templateDouglas Gregor2010-11-30
* Don't add an imported function into its lexical context until *after*Douglas Gregor2010-10-01
* Hack in some really terrible C++ record PCH support that I need right now.John McCall2010-06-03
* Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor2010-02-24
* AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2010-02-19
* AST import for sizeof and alignof expressionsDouglas Gregor2010-02-19
* AST import for DeclRefExprsDouglas Gregor2010-02-19
* AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2010-02-19
* AST import for character literalsDouglas Gregor2010-02-18
* AST import for forward declarations of Objective-C protocolsDouglas Gregor2010-02-18
* Implement import of forward declarations of Objective-C classesDouglas Gregor2010-02-18
* AST import of Objective-C categories.Douglas Gregor2010-02-18
* Implement AST merging for Objective-C properties.Douglas Gregor2010-02-17
* AST import for Objective-C protocolsDouglas Gregor2010-02-17
* Implement AST importing and checking for Objective-C method declarations.Douglas Gregor2010-02-17
* Implement AST importing of Objective-C instance variables. Douglas Gregor2010-02-17
* Skeleton for importing Objective-C classesDouglas Gregor2010-02-16
* Cope with anonymous tags defined within declarators by structurallyDouglas Gregor2010-02-15
* Reimplement the structural-equality checks used to determine whetherDouglas Gregor2010-02-15
* Funnel changes to the ImportedDecls list in the ASTImporter through aDouglas Gregor2010-02-12
* Implement AST importing and merging for enumeration types andDouglas Gregor2010-02-12
* Handle AST merges of incomplete class types. Douglas Gregor2010-02-12
* When AST merging for record declarations fails, warn about theDouglas Gregor2010-02-11
* Add missing test cases for AST merging of structures.Douglas Gregor2010-02-11
* Implement basic support for merging function declarations acrossDouglas Gregor2010-02-10
* Implement AST importing and merging for typedefs. As part of this, provide a ...Douglas Gregor2010-02-10
* Teach AST merging that variables with incomplete array types can beDouglas Gregor2010-02-10
* Add missing header fileDouglas Gregor2010-02-10
* Implement basic support for importing source locations from one ASTDouglas Gregor2010-02-10
* Add in the LIT magic to avoid running AST merge test inputs asDouglas Gregor2010-02-09
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-09