summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-ms-arg-qualifiers.cpp
AgeCommit message (Expand)Author
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2015-04-23[MS ABI] Add support for mangling VLA typesDavid Majnemer
2015-04-23[MS ABI] Treat ConstantArrayType like IncompleteArrayType in argsDavid Majnemer
2014-02-18MS ABI: Add support for mangling __restrictDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-09-11[-cxx-abi microsoft] Canonicalize array parameters betterDavid Majnemer
2013-06-24[ms-cxxabi] Use sugared types in the mangler instead of canonical typesReid 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
2012-09-03Follow-up on r163110 - forgot to commit some new tests...Timur Iskhodzhanov