summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/mangle-ms-cxx14.cpp
AgeCommit message (Expand)Author
2016-05-11[MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko
2016-05-06Revert r268727, it caused PR27666.Nico Weber
2016-05-06[MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko
2016-01-17[MS ABI] Don't crash while mangling recursive lambdasDavid Majnemer
2015-12-30[MS ABI] Add variable templates to the NameBackReferencesDavid Majnemer
2015-12-01[MS ABI] Correctly mangle nullptr member pointers for variable templatesDavid Majnemer
2015-04-01Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner
2015-03-24Reverting r233023 -- it caused test failures on Windows with MSVC x86.Aaron Ballman
2015-03-23MS ABI: lambda call operators are instance methods and should use thiscallReid Kleckner
2015-03-19MS ABI: Implement the MSVC 2015 scheme for scope disambiguationDavid Majnemer
2014-10-05MS ABI: Use '1' (instead of '0') relative scope discriminatorsDavid Majnemer
2014-04-01MS ABI: Support mangling of return-types deducing to local typesDavid Majnemer
2014-03-04MS ABI: Mangle variable templates properlyDavid Majnemer