summaryrefslogtreecommitdiff
path: root/clang/test/ASTMerge
Commit message (Expand)AuthorAgeFilesLines
* [AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng2023-04-141-1/+0
* [lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson2022-12-021-1/+1
* Use functions with prototypes when appropriate; NFCAaron Ballman2022-02-095-7/+7
* [AIX] Disable tests that fail because of no 64-bit XCOFF object file supportJake Egan2022-01-091-1/+1
* Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie2021-10-211-2/+2
* Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie2021-10-141-2/+2
* Compress formatting of array type names (int [4] -> int[4])David Blaikie2021-10-141-2/+2
* Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour2021-02-221-4/+4
* Revert "Modify TypePrinter to differentiate between anonymous struct and unna...Shafik Yaghmour2021-02-181-4/+4
* Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour2021-02-181-4/+4
* [ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder2020-12-164-0/+17
* [clang] Improve Serialization/Imporing/Dumping of APValuesTyker2020-10-211-0/+462
* Revert "[ASTImporter] Fix crash caused by unset AttributeSpellingListIndex"Dave Lee2020-10-142-3/+0
* [ASTImporter] Fix crash caused by unset AttributeSpellingListIndexGabor Marton2020-10-142-0/+3
* [ASTImporter] Fix crash caused by unimported type of FromatAttrGabor Marton2020-10-142-0/+3
* [ASTImporter][AST] Fix structural equivalency crash on dependent FieldDeclGabor Marton2020-10-051-11/+1
* [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