summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-ms-cxx11.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg2018-06-111-0/+8
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-84/+84
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-2/+2
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-2/+2
* Implement C++ [basic.link]p8.Richard Smith2017-09-201-2/+5
* [MS ABI] Mangle unnamed enums correctlyDavid Majnemer2016-12-251-0/+4
* [MS ABI] Implement more of the Itanium mangling rulesDavid Majnemer2016-12-061-0/+25
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-261-0/+9
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-0/+16
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-16/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-0/+16
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-11/+0
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-0/+11
* [MS ABI] Don't crash while mangling recursive lambdasDavid Majnemer2016-01-171-6/+13
* [MS ABI] Mangle static anonymous unionsDavid Majnemer2015-10-221-0/+9
* [MS ABI] Number unnamed TagDecls which aren't externally visibleDavid Majnemer2015-09-021-0/+16
* [MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer2015-08-311-0/+18
* MS ABI: Implement the MSVC 2015 scheme for scope disambiguationDavid Majnemer2015-03-191-1/+2
* MS ABI: Empty pack expansions had their mangling changed in 2013->2015David Majnemer2015-03-181-3/+6
* MS ABI: Mangle char16_t and char32_t typesDavid Majnemer2014-11-211-0/+6
* MS ABI: Update alias template mangling for VC "14" CTP 3David Majnemer2014-08-191-1/+1
* MS ABI: Mangle this qualifiers on function typesDavid Majnemer2014-08-121-0/+53
* MS ABI: Mangle lambdas which are given the same mangling numberDavid Majnemer2014-08-061-4/+19
* MS ABI: Mangle empty type parameter packs compatiblyDavid Majnemer2014-08-051-0/+12
* MS ABI: Make the alias template mangling more correctDavid Majnemer2014-08-051-1/+1
* MS ABI: Mangle alias templates used as template-template argumentsDavid Majnemer2014-07-301-0/+14
* MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer2014-06-041-0/+6
* MS-ABI: Implement user defined literalsDavid Majnemer2014-06-041-0/+3
* MS ABI: Implement mangling for ref-qualifiers on methodsDavid Majnemer2014-04-231-0/+11
* MS ABI: Mangle lambdasDavid Majnemer2014-03-051-0/+18
* MS ABI: Reorganize some testsDavid Majnemer2014-03-041-0/+89
* MSVC ABI: Support C++11's auto on variablesDavid Majnemer2014-01-211-0/+3
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* MS: Mangle rvalue references and nullptr_t, and produce back-references whenRichard Smith2012-06-211-0/+11