summaryrefslogtreecommitdiff
path: root/test/ASTMerge
AgeCommit message (Expand)Author
2017-11-21[ASTImporter] Support new AST nodes:Aleksei Sidorin
2017-04-03Revert r299355 "[ASTImporter] Fix for importing unnamed structs"Gabor Horvath
2017-04-03[ASTImporter] Fix for importing unnamed structsGabor Horvath
2017-04-03[ASTImporter] Lookup SearchName instead of NameGabor Horvath
2017-03-13[ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operandsGabor Horvath
2017-02-20[ASTImporter] Support default argument initialization of ParmVarDeclsAleksei Sidorin
2017-01-23ASTImporter: fix tests on Windows with removing slashed parts of pathsAleksei Sidorin
2017-01-23ASTImporter: quick test fixAleksei Sidorin
2017-01-23ASTImporter: add forgotten tests for rL292776Aleksei Sidorin
2016-11-16Fixed layout of test/ASTMerge.Sean Callanan
2016-11-07Updated ASTMerge/macro.m to use _Nullable.Sean Callanan
2016-11-07When the ASTImporter imports a source location, it avoids importing macroSean Callanan
2016-09-28ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbotsAleksei Sidorin
2016-09-28ASTMerge: specify arch for GCCAsmStmt test explicitly to calm non-x86 buildbotsAleksei Sidorin
2016-09-28[ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin
2016-07-14When importing classes and structs with anonymous structs, it is critical thatSean Callanan
2016-05-16Added support to the ASTImporter for C++ constructor initializers.Sean Callanan
2016-05-14Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov
2016-05-14Handle injected class names in the ASTImporter.Sean Callanan
2016-05-14Added support to the ASTImporter for C++ constructor initializers.Sean Callanan
2016-02-18[ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis
2015-10-08Update tests touched by r249656David Majnemer
2015-07-16PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic
2015-06-03[Hexagon] Reapply 238773 after fix to LLVM.Colin LeMahieu
2015-06-01Revert "[Hexagon] Test passes for hexagon target now that the backend correct...Rafael Espindola
2015-06-01[Hexagon] Test passes for hexagon target now that the backend correctly gener...Colin LeMahieu
2015-04-29XFAIL Hexagon until more codegen in place.Rick Foos
2015-04-28Implemented ASTImporter support for Stmts and fixedSean Callanan
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker
2013-07-12Changes so that a few tests do not fail when running under guarded malloc.Argyrios Kyrtzidis
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
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