summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-ms-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-78/+78
* MS ABI: Fix mangling of unsigned int template paramsWill Wilson2014-12-111-0/+10
* Fix mangling of __uuidof after two levels of template instantiationReid Kleckner2014-06-101-0/+14
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-2/+2
* [-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer2013-12-091-0/+38
* Parse: Do not 'HandleTopLevelDecl' on templated functions.David Majnemer2013-08-161-2/+11
* [-cxx-abi microsoft] Mangle __uuidof correctly into template parametersDavid Majnemer2013-08-131-2/+16
* [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for referencesDavid Majnemer2013-08-131-0/+11
* [ms-cxxabi] Handle template-template argumentsDavid Majnemer2013-08-051-0/+29
* [ms-cxxabi] Mangle nullptr template argumentsDavid Majnemer2013-08-051-2/+7
* [ms-cxxabi] Mangle variadic template parameter packsReid Kleckner2013-07-021-0/+23
* [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64Reid Kleckner2013-05-141-1/+25
* [ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne2013-04-251-13/+19
* [ms-cxxabi] Add "$$C" when mangling template arg QualTypesReid Kleckner2013-04-091-0/+12
* [ms-cxxabi] Mangle function pointer template arguments correctlyReid Kleckner2013-03-201-0/+13
* [Windows] Fix mangling of number literal '0'Nico Weber2012-11-081-0/+3
* When mangling an APSInt with the ms abi, make sure to look at all nibbles.Nico Weber2012-10-031-0/+9
* MicrosoftMangle: Fix mangling of integral constant non-type template argument...Charles Davis2012-06-231-0/+10
* Fix mangling of integral template arguments between 1 and 10. Add a test caseCharles Davis2012-05-281-0/+3
* Test case for 157547. Before that patch, all the digits would be mangledCharles Davis2012-05-281-0/+12
* Mangle template instantiations properly (as of VC 7.x) when compiling forCharles Davis2012-05-261-0/+43