aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose
2012-03-13Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis
2011-03-27Flip the default for showing include stacks on notes to false. ThisChandler Carruth
2010-12-08Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor
2010-12-07Implement AST import for Objective-C property implementationsDouglas Gregor
2010-12-07Implement ASTImporter support for Objective-C category implementations.Douglas Gregor
2010-12-07Extern the ASTImporter to import @implementation declarations.Douglas Gregor
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