aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge
AgeCommit message (Expand)Author
2019-02-26[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2019-02-26Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner
2019-02-25[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder
2018-08-08[ASTImporter] Load external Decls when getting field index.Balazs Keri
2018-06-29[ASTImporter] Added import of CXXStdInitializerListExprGabor Marton
2018-06-27Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton
2018-06-26[ASTImporter] Use InjectedClassNameType at import of templated record.Gabor Marton
2018-06-25Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton
2018-06-25[ASTImporter] Import the whole redecl chain of functionsGabor Marton
2018-04-25[ASTImporter] FriendDecl importing improvementsPeter Szecsi
2018-04-06Fix typos in clangAlexander Kornienko
2018-04-05Fix test added in r329301 to work properly with Windows paths.Douglas Yung
2018-04-05[ASTImporter] Fix for importing unnamed structsAleksei Sidorin
2018-02-14[ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin
2018-01-26[ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin
2018-01-09[ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectorsAleksei Sidorin
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