summaryrefslogtreecommitdiff
path: root/clang/test/ASTMerge/struct/test.c
AgeCommit message (Expand)Author
2025-11-21[clang][TypePrinter] Replace AppendScope with printNestedNameSpecifier (#168534)Michael Buch
2025-05-02[C23] Implement WG14 N3037 (#132939)Aaron Ballman
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-10-05[ASTImporter][AST] Fix structural equivalency crash on dependent FieldDeclGabor Marton
2019-05-14Update ASTMerge FileCheck test expectationsReid Kleckner
2019-05-14Restore test files accidentally deleted in r354839Reid Kleckner
2019-02-26Revert r354832 "[ASTImporter] Add support for importing ChooseExpr AST nodes."Reid Kleckner
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
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
2016-11-16Fixed layout of test/ASTMerge.Sean Callanan