summaryrefslogtreecommitdiff
path: root/clang/test/ASTMerge
AgeCommit message (Expand)Author
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2025-07-29[C23] AST equivalence of attributes (#151196)Aaron Ballman
2025-07-29[C23] More improved type compatibility for enumerations (#150946)Aaron Ballman
2025-05-02[C23] Implement WG14 N3037 (#132939)Aaron Ballman
2024-11-06Revert "Reapply "[Clang][Sema] Always use latest redeclaration of primary tem...Krystian Stasiowski
2024-11-01Reapply "[Clang][Sema] Always use latest redeclaration of primary template" (...Krystian Stasiowski
2024-05-05[test] %clang_cc1: remove redundant actionsFangrui Song
2023-06-23[clang][ASTImporter] Add import of CXXRewrittenBinaryOperator.Balázs Kéri
2023-04-14[AIX] enable the cases that are excluded by XCOFF 64 integrated-as supportChen Zheng
2022-12-02[lit][AIX] Convert clang tests to use 'target={{.*}}-aix{{.*}}'Paul Robinson
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-09[AIX] Disable tests that fail because of no 64-bit XCOFF object file supportJake Egan
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14Revert "Compress formatting of array type names (int [4] -> int[4])"David Blaikie
2021-10-14Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-02-22Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2021-02-18Revert "Modify TypePrinter to differentiate between anonymous struct and unna...Shafik Yaghmour
2021-02-18Modify TypePrinter to differentiate between anonymous struct and unnamed structShafik Yaghmour
2020-12-16[ASTImporter] Add support for importing GenericSelectionExpr AST nodes.Tom Roeder
2020-10-21[clang] Improve Serialization/Imporing/Dumping of APValuesTyker
2020-10-14Revert "[ASTImporter] Fix crash caused by unset AttributeSpellingListIndex"Dave Lee
2020-10-14[ASTImporter] Fix crash caused by unset AttributeSpellingListIndexGabor Marton
2020-10-14[ASTImporter] Fix crash caused by unimported type of FromatAttrGabor Marton
2020-10-05[ASTImporter][AST] Fix structural equivalency crash on dependent FieldDeclGabor Marton
2019-10-01[clang] Make handling of unnamed template params similar to function paramsKadir Cetinkaya
2019-07-29Give the 'signed/unsigned wchar_t' extension a warning flag, and followRichard Smith
2019-06-25[ASTImporter] Store import errors for DeclsGabor Marton
2019-05-14Fix ASTMerge/namespace/test.cpp after r360701Reid Kleckner
2019-05-14Update ASTMerge FileCheck test expectationsReid Kleckner
2019-05-14Restore test files accidentally deleted in r354839Reid Kleckner
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