summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle.cpp
AgeCommit message (Expand)Author
2025-04-11[clang] ItaniumMangle: fix mangling for unresolved types (#135312)Matheus Izvekov
2025-03-18[Clang] Introduce a trait to determine the structure binding size (#131515)cor3ntin
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2024-04-30Reapply "[Clang][Sema] Diagnose class member access expressions naming non-ex...Krystian Stasiowski
2024-04-26Revert "[Clang][Sema] Diagnose class member access expressions naming non-exi...Pranav Kant
2024-04-25[Clang][Sema] Diagnose class member access expressions naming non-existent me...Krystian Stasiowski
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-08-22[clang][libcxx] renames `__remove_reference`Christopher Di Bella
2022-08-22[clang] adds unary type transformations as compiler built-insChristopher Di Bella
2022-08-14Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber
2022-08-14[clang] adds unary type transformations as compiler built-insChristopher Di Bella
2022-05-02Mark identifier prefixes as substitutableHarald van Dijk
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-01-27Itanium Mangling: Fix handling of <expr-primary> in <template-arg>.James Y Knight
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-08-19[AST] Fix a crash on mangling a binding decl from a DeclRefExpr.Haojian Wu
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2017-09-20Implement C++ [basic.link]p8.Richard Smith
2017-01-24Strengthen test from r292632 to also check we get the mangling correct for th...Richard Smith
2017-01-20Fix actually-reachable llvm_unreachable.Richard Smith
2016-10-24Fix bug where one of the cases where we mangle a <bare-unresolved-name> failedRichard Smith
2016-10-24Fix mangling of implicit calls to operator-> to only include a single "pt",Richard Smith
2016-06-08[ItaniumMangle] Mangle dependent __underlying_type correctlyDavid Majnemer
2015-03-11Sema: Properly track mangling number/name for linkage for using declsDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-19Itanium ABI: Pack expansions change the arity of expressions to unknownDavid Majnemer
2015-02-19Itanium ABI: Properly qualify the destructor-nameDavid Majnemer
2015-02-18Itanium ABI: Mangle <mangled-name> according to the ABIDavid Majnemer
2015-02-18Itanium ABI: Improve our mangling of <destructor-name>David Majnemer
2015-02-14ItaniumMangle: Correctly mangle <base-unresolved-name>David Majnemer
2014-10-24Itanium ABI: Template template parameters are usable as substitutionsDavid Majnemer
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2014-04-15AST: Elaborated type specifier mangling occurs before nested-nameDavid Majnemer
2014-04-10AST: Implement proposal for dependent elaborated type specifiersDavid Majnemer
2013-12-09Output destructors and constructors in a more natural order.Rafael Espindola
2013-11-03Sema: Do not allow overloading between methods based on restrictDavid Majnemer
2013-10-23AST: Mangle fields in anonymous structs/unionsDavid Majnemer