summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-ms-templates.cpp
AgeCommit message (Expand)Author
2014-12-11MS ABI: Fix mangling of unsigned int template paramsWill Wilson
2014-06-10Fix mangling of __uuidof after two levels of template instantiationReid Kleckner
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-09[-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer
2013-08-16Parse: Do not 'HandleTopLevelDecl' on templated functions.David Majnemer
2013-08-13[-cxx-abi microsoft] Mangle __uuidof correctly into template parametersDavid Majnemer
2013-08-13[-cxx-abi microsoft] Mangle TemplateArgument::Declaration for referencesDavid Majnemer
2013-08-05[ms-cxxabi] Handle template-template argumentsDavid Majnemer
2013-08-05[ms-cxxabi] Mangle nullptr template argumentsDavid Majnemer
2013-07-02[ms-cxxabi] Mangle variadic template parameter packsReid Kleckner
2013-05-14[ms-cxxabi] Mangle in an implicit 'E' for certain types on win64Reid Kleckner
2013-04-25[ms-cxxabi] Fix a number of bugs in the mangler.Peter Collingbourne
2013-04-09[ms-cxxabi] Add "$$C" when mangling template arg QualTypesReid Kleckner
2013-03-20[ms-cxxabi] Mangle function pointer template arguments correctlyReid Kleckner
2012-11-08[Windows] Fix mangling of number literal '0'Nico Weber
2012-10-03When mangling an APSInt with the ms abi, make sure to look at all nibbles.Nico Weber
2012-06-23MicrosoftMangle: Fix mangling of integral constant non-type template argument...Charles Davis
2012-05-28Fix mangling of integral template arguments between 1 and 10. Add a test caseCharles Davis
2012-05-28Test case for 157547. Before that patch, all the digits would be mangledCharles Davis
2012-05-26Mangle template instantiations properly (as of VC 7.x) when compiling forCharles Davis