summaryrefslogtreecommitdiff
path: root/test/ASTMerge
Commit message (Expand)AuthorAge
* Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker2013-11-15
* Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis2013-07-12
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-04
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-17
* Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith2012-12-20
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-19
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-10
* Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis2012-03-13
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-04
* Flip the default for showing include stacks on notes to false. ThisChandler Carruth2011-03-27
* 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
* Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis2010-10-15
* Try to disable this again.Eric Christopher2010-10-08
* Disable this test temporarily in an attempt to green the buildbots.Eric Christopher2010-10-08
* 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
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-07
* 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
* Hook up the diagnostics-argument printer when merging AST files, soDouglas Gregor2010-02-09