summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-template.cpp
AgeCommit message (Expand)Author
2025-04-24[clang] fix typo in CHECK lineMatheus Izvekov
2025-04-17[clang] fix unresolved dependent template specialization mangling (#136201)Matheus Izvekov
2025-04-09[clang] fix unresolved dependent template specialization mangling (#135111)Matheus Izvekov
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov
2023-09-25Add -fclang-abi-compat=latest to a bunch of tests for manglings that changed ...Richard Smith
2023-09-20Implement mangling rules for C++20 concepts and requires-expressions.Richard Smith
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
2021-01-27Itanium Mangling: Fix handling of <expr-primary> in <template-arg>.James Y Knight
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith
2021-01-18PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence ofRichard Smith
2020-12-23Revert "PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence...Adrian Kuegel
2020-12-22Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...Arthur Eubanks
2020-12-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith
2020-12-17PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence ofRichard Smith
2020-12-15Consider reference, pointer, and pointer-to-member TemplateArguments to be di...Richard Smith
2020-12-14Revert "Consider reference, pointer, and pointer-to-member TemplateArguments ...Raphael Isemann
2020-12-13Consider reference, pointer, and pointer-to-member TemplateArguments to be di...Richard Smith
2020-12-12Revert "Consider reference, pointer, and pointer-to-member TemplateArguments ...Nikita Popov
2020-12-11Consider reference, pointer, and pointer-to-member TemplateArguments to be di...Richard Smith
2020-11-24Fix mangling of substitutions for template-prefixes.Richard Smith
2016-07-12Fix for the mingw builderDavid Majnemer
2016-07-12[ItaniumMangle] Correctly mangle BuiltinTemplateDeclsDavid Majnemer
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-02-18Itanium ABI: Restore disabled tests which are correctly mangledDavid Majnemer
2015-02-18Itanium ABI: Properly mangle extern "C" template argumentsDavid Majnemer
2015-02-18Itanium ABI: Mangle <mangled-name> according to the ABIDavid Majnemer
2014-06-05Remove old proposal noticesAlp Toker
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-14Remove 'not' from some CodeGen testsAlp Toker
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-12-04Sema: Propagate the mangling number into instantiationsDavid Majnemer
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin
2013-06-18Fix C++ constructor/destructor tests when run on ARMStephen Lin
2012-09-26Fix the AST representation for non-type template arguments to encodeEli Friedman
2012-08-18When mangling a negative number, remember that negating it does notJohn McCall
2012-04-04Implement C++11 [temp.arg.nontype]'s permission to use the address of an objectRichard Smith
2012-01-06Fix the mangling of class template arguments in a particularJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2011-06-21Fix the mangling of dependent-scope decl ref expressions so that theyJohn McCall
2011-06-14Whack a bunch of tests in CodeGenCXX to work on ARM (using ARM ABI). Batch 2...Eli Friedman
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-04-28Improve name mangling for dependent template names (e.g., typenameDouglas Gregor
2010-04-23Mangle dependent template names such as the nested-name-specifier inDouglas Gregor
2010-03-13Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor