aboutsummaryrefslogtreecommitdiff
path: root/clang/test/ASTMerge
AgeCommit message (Expand)AuthorFilesLines
2026-01-06[clang][TypePrinter] Unify printing of anonymous/unnamed tag types (#169445)Michael Buch1-4/+4
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch1-2/+2
2025-07-29[C23] AST equivalence of attributes (#151196)Aaron Ballman1-4/+2
2025-07-29[C23] More improved type compatibility for enumerations (#150946)Aaron Ballman3-0/+44
2025-05-02[C23] Implement WG14 N3037 (#132939)Aaron Ballman1-1/+11
2024-11-06Revert "Reapply "[Clang][Sema] Always use latest redeclaration of primary tem...Krystian Stasiowski2-55/+0
2024-11-01Reapply "[Clang][Sema] Always use latest redeclaration of primary template" (...Krystian Stasiowski2-0/+55
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song1-1/+1
2023-06-23[clang][ASTImporter] Add import of CXXRewrittenBinaryOperator.Balázs Kéri3-0/+318
2023-04-14[AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng1-1/+0
2022-12-02[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson1-1/+1
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman5-7/+7
2022-01-09[AIX] Disable tests that fail because of no 64-bit XCOFF object file supportJake Egan1-1/+1
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie1-2/+2
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie1-2/+2
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie1-2/+2
2021-02-22Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour1-4/+4
2021-02-18Revert "Modify TypePrinter to differentiate between anonymous struct and unna...Shafik Yaghmour1-4/+4
2021-02-18Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour1-4/+4
2020-12-16[ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder4-0/+17
2020-10-21[clang] Improve Serialization/Imporing/Dumping of APValuesTyker1-0/+462
2020-10-14Revert "[ASTImporter] Fix crash caused by unset AttributeSpellingListIndex"Dave Lee2-3/+0
2020-10-14[ASTImporter] Fix crash caused by unset AttributeSpellingListIndexGabor Marton2-0/+3
2020-10-14[ASTImporter] Fix crash caused by unimported type of FromatAttrGabor Marton2-0/+3
2020-10-05[ASTImporter][AST] Fix structural equivalency crash on dependent FieldDeclGabor Marton1-11/+1
2019-10-01[clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya1-3/+3
2019-07-29Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith1-2/+2
2019-06-25[ASTImporter] Store import errors for DeclsGabor Marton1-2/+0
2019-05-14Fix ASTMerge/namespace/test.cpp after r360701Reid Kleckner1-1/+1
2019-05-14Update ASTMerge FileCheck test expectationsReid Kleckner11-84/+64
2019-05-14Restore test files accidentally deleted in r354839Reid Kleckner75-0/+1963
2019-02-26[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2-0/+6
2019-02-26Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner77-1947/+0
2019-02-25[ASTImporter] Add support for importing ChooseExpr AST nodes.Tom Roeder2-0/+6
2018-08-08[ASTImporter] Load external Decls when getting field index.Balazs Keri2-0/+6
2018-06-29[ASTImporter] Added import of CXXStdInitializerListExprGabor Marton2-0/+12
2018-06-27Re-apply: [ASTImporter] Import the whole redecl chain of functionsGabor Marton1-4/+4
2018-06-26[ASTImporter] Use InjectedClassNameType at import of templated record.Gabor Marton3-0/+7
2018-06-25Revert "[ASTImporter] Import the whole redecl chain of functions"Gabor Marton1-4/+4
2018-06-25[ASTImporter] Import the whole redecl chain of functionsGabor Marton1-4/+4
2018-04-25[ASTImporter] FriendDecl importing improvementsPeter Szecsi3-0/+64
2018-04-06Fix typos in clangAlexander Kornienko1-1/+1
2018-04-05Fix test added in r329301 to work properly with Windows paths.Douglas Yung1-4/+4
2018-04-05[ASTImporter] Fix for importing unnamed structsAleksei Sidorin3-1/+133
2018-02-14[ASTImporter] Fix lexical DC for templated decls; support VarTemplatePartialS...Aleksei Sidorin2-0/+26
2018-01-26[ASTImporter] Support LambdaExprs and improve template supportAleksei Sidorin7-18/+65
2018-01-09[ASTImporter] Fix missing SourceLoc import for ObjCMethodDecl selectorsAleksei Sidorin1-1/+3
2017-11-21[ASTImporter] Support new AST nodes:Aleksei Sidorin3-3/+67
2017-04-03Revert r299355 "[ASTImporter] Fix for importing unnamed structs"Gabor Horvath3-133/+1
2017-04-03[ASTImporter] Fix for importing unnamed structsGabor Horvath3-1/+133