aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-ms-templates.cpp
AgeCommit message (Expand)Author
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