summaryrefslogtreecommitdiff
path: root/test/ASTMerge
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2-0/+29
2016-05-14Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov2-27/+0
2016-05-14Handle injected class names in the ASTImporter.Sean Callanan2-0/+15
2016-05-14Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2-0/+27
2016-02-18[ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis3-8/+10
2015-10-08Update tests touched by r249656David Majnemer2-6/+6
2015-07-16PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic1-1/+1
2015-06-03[Hexagon] Reapply 238773 after fix to LLVM.Colin LeMahieu1-1/+0
2015-06-01Revert "[Hexagon] Test passes for hexagon target now that the backend correct...Rafael Espindola1-0/+1
2015-06-01[Hexagon] Test passes for hexagon target now that the backend correctly gener...Colin LeMahieu1-1/+0
2015-04-29XFAIL Hexagon until more codegen in place.Rick Foos1-0/+1
2015-04-28Implemented ASTImporter support for Stmts and fixedSean Callanan4-0/+20
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-07-12Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis1-1/+1
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola10-10/+10
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs1-4/+4
2012-12-20Fix code that attempted to produce a diagnostic with one DiagnosticEngine, thenRichard Smith3-0/+13
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs1-0/+1
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose1-0/+6
2012-03-13Fix crash at @implementation with a forward reference as base class.Argyrios Kyrtzidis1-1/+1
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis1-4/+4
2011-03-27Flip the default for showing include stacks on notes to false. ThisChandler Carruth1-1/+1
2010-12-08Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor3-1/+31
2010-12-07Implement AST import for Objective-C property implementationsDouglas Gregor3-1/+44
2010-12-07Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2-0/+17
2010-12-07Extern the ASTImporter to import @implementation declarations.Douglas Gregor3-1/+46
2010-12-01Implement AST import support for class template specializations.Douglas Gregor3-0/+37
2010-11-30Implement basic AST importing and merging support for class templateDouglas Gregor3-0/+56
2010-10-15Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...Argyrios Kyrtzidis1-2/+0
2010-10-08Try to disable this again.Eric Christopher1-3/+5
2010-10-08Disable this test temporarily in an attempt to green the buildbots.Eric Christopher1-3/+3
2010-10-01Don't add an imported function into its lexical context until *after*Douglas Gregor2-0/+8
2010-06-03Hack in some really terrible C++ record PCH support that I need right now.John McCall3-0/+25
2010-04-07Instead of counting totally diagnostics, split the count into a countChris Lattner8-8/+8
2010-02-24Add test for AST importing of C++ namespaces, missing from a prior commitDouglas Gregor3-0/+40
2010-02-19AST import for CStyleCastExpr. With this, we can import Cocoa.h into an empty...Douglas Gregor2-2/+4
2010-02-19AST import for sizeof and alignof expressionsDouglas Gregor2-2/+4
2010-02-19AST import for DeclRefExprsDouglas Gregor2-2/+4
2010-02-19AST import of parenthesized expressions, unary operators, binaryDouglas Gregor2-2/+6
2010-02-18AST import for character literalsDouglas Gregor3-0/+14
2010-02-18AST import for forward declarations of Objective-C protocolsDouglas Gregor2-0/+12
2010-02-18Implement import of forward declarations of Objective-C classesDouglas Gregor2-0/+10
2010-02-18AST import of Objective-C categories.Douglas Gregor3-0/+61
2010-02-17Implement AST merging for Objective-C properties.Douglas Gregor3-0/+34
2010-02-17AST import for Objective-C protocolsDouglas Gregor3-1/+49
2010-02-17Implement AST importing and checking for Objective-C method declarations.Douglas Gregor3-1/+54
2010-02-17Implement AST importing of Objective-C instance variables. Douglas Gregor3-6/+43
2010-02-16Skeleton for importing Objective-C classesDouglas Gregor3-0/+20
2010-02-15Cope with anonymous tags defined within declarators by structurallyDouglas Gregor7-1/+32
2010-02-15Reimplement the structural-equality checks used to determine whetherDouglas Gregor3-4/+19