summaryrefslogtreecommitdiff
path: root/test/ASTMerge
Commit message (Expand)AuthorAgeFilesLines
* [clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya2019-10-011-3/+3
* Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith2019-07-291-2/+2
* [ASTImporter] Store import errors for DeclsGabor Marton2019-06-251-2/+0
* Fix ASTMerge/namespace/test.cpp after r360701Reid Kleckner2019-05-141-1/+1
* Update ASTMerge FileCheck test expectationsReid Kleckner2019-05-1411-84/+64
* Restore test files accidentally deleted in r354839Reid Kleckner2019-05-1475-0/+1963
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-262-0/+6
* Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner2019-02-2677-1947/+0
* [ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2019-02-252-0/+6
* [ASTImporter] Load external Decls when getting field index.Balazs Keri2018-08-082-0/+6
* [ASTImporter] Added import of CXXStdInitializerListExprGabor Marton2018-06-292-0/+12
* Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-271-4/+4
* [ASTImporter] Use InjectedClassNameType at import of templated record.Gabor Marton2018-06-263-0/+7
* Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton2018-06-251-4/+4
* [ASTImporter] Import the whole redecl chain of functionsGabor Marton2018-06-251-4/+4
* [ASTImporter] FriendDecl importing improvementsPeter Szecsi2018-04-253-0/+64
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Fix test added in r329301 to work properly with Windows paths.Douglas Yung2018-04-051-4/+4
* [ASTImporter] Fix for importing unnamed structsAleksei Sidorin2018-04-053-1/+133
* [ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2018-02-142-0/+26
* [ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin2018-01-267-18/+65
* [ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectorsAleksei Sidorin2018-01-091-1/+3
* [ASTImporter] Support new AST nodes:Aleksei Sidorin2017-11-213-3/+67
* Revert r299355 "[ASTImporter] Fix for importing unnamed structs"Gabor Horvath2017-04-033-133/+1
* [ASTImporter] Fix for importing unnamed structsGabor Horvath2017-04-033-1/+133
* [ASTImporter] Lookup SearchName instead of NameGabor Horvath2017-04-033-1/+38
* [ASTImporter] Import fix of GCCAsmStmts w/ missing symbolic operandsGabor Horvath2017-03-132-0/+11
* [ASTImporter] Support default argument initialization of ParmVarDeclsAleksei Sidorin2017-02-202-0/+6
* ASTImporter: fix tests on Windows with removing slashed parts of pathsAleksei Sidorin2017-01-231-9/+9
* ASTImporter: quick test fixAleksei Sidorin2017-01-231-9/+9
* ASTImporter: add forgotten tests for rL292776Aleksei Sidorin2017-01-233-0/+222
* Fixed layout of test/ASTMerge.Sean Callanan2016-11-1661-0/+20
* Updated ASTMerge/macro.m to use _Nullable.Sean Callanan2016-11-071-1/+1
* When the ASTImporter imports a source location, it avoids importing macroSean Callanan2016-11-075-0/+25
* ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbotsAleksei Sidorin2016-09-282-0/+18
* ASTMerge: specify arch for GCCAsmStmt test explicitly to calm non-x86 buildbotsAleksei Sidorin2016-09-281-11/+0
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-284-0/+211
* When importing classes and structs with anonymous structs, it is critical thatSean Callanan2016-07-143-0/+18
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-162-0/+29
* Revert r269546 "Added support to the ASTImporter for C++ constructor initiali...Oleksiy Vyalov2016-05-142-27/+0
* Handle injected class names in the ASTImporter.Sean Callanan2016-05-142-0/+15
* Added support to the ASTImporter for C++ constructor initializers.Sean Callanan2016-05-142-0/+27
* [ASTImporter] Implement missing VisitAccessSpecDecl function in ASTImporter c...Argyrios Kyrtzidis2016-02-183-8/+10
* Update tests touched by r249656David Majnemer2015-10-082-6/+6
* PR10405 - Desugar FunctionType and TemplateSpecializationType if any type tha...Nikola Smiljanic2015-07-161-1/+1
* [Hexagon] Reapply 238773 after fix to LLVM.Colin LeMahieu2015-06-031-1/+0
* Revert "[Hexagon] Test passes for hexagon target now that the backend correct...Rafael Espindola2015-06-011-0/+1
* [Hexagon] Test passes for hexagon target now that the backend correctly gener...Colin LeMahieu2015-06-011-1/+0
* XFAIL Hexagon until more codegen in place.Rick Foos2015-04-291-0/+1
* Implemented ASTImporter support for Stmts and fixedSean Callanan2015-04-284-0/+20