summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/mangle-ms.cpp
AgeCommit message (Expand)Author
2025-05-09[clang] UEFI do not mangle main (#139179)Prabhu Rajasekaran
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2019-06-02Add mangling test coverage for non-volatile const member pointersNico Weber
2019-03-19Add a spelling of pass_object_size that uses __builtin_dynamic_object_sizeErik Pilkington
2019-01-25Disable _Float16 for non ARM/SPIR TargetsErich Keane
2018-08-17[MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner
2018-04-17Add Microsoft mangling for _Float16Erich Keane
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-02-23Bring r325915 back.Rafael Espindola
2018-02-23Revert "Start setting dso_local for COFF."Rafael Espindola
2018-02-23Start setting dso_local for COFF.Rafael Espindola
2017-06-27[Sema] Allow unmarked overloadable functions.George Burgess IV
2016-05-19[MS ABI] Ignore transparent contexts when determining the effective contextDavid Majnemer
2016-01-08[MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer
2015-12-30[MS ABI] Improve our mangling of pass_object_sizeDavid Majnemer
2015-12-29[MS ABI] Invent a mangling for reference temporariesDavid Majnemer
2015-12-29[MS ABI] Add a mangling for _ComplexDavid Majnemer
2015-12-29[MS ABI] Implement a mangling for _Atomic typesDavid Majnemer
2015-12-02Add the `pass_object_size` attribute to clang.George Burgess IV
2015-08-31[MS ABI] Correctly mangle classes without names for linkage purposesDavid Majnemer
2015-05-18[MS ABI] Give __attribute__((overloadable)) functions pretty namesDavid Majnemer
2015-05-18[MS ABI] Function encodings are always encoded in template argumentsDavid Majnemer
2014-11-05MS ABI: Correctly mangle CV qualifiers from typedefsWill Wilson
2014-10-24Add frontend support for __vectorcallReid Kleckner
2014-03-04MS ABI: Reorganize some testsDavid Majnemer
2014-02-18MS ABI: Refactor extended qualifiersDavid Majnemer
2014-02-18MS ABI: Add support for mangling __restrictDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Revert "[-cxx-abi microsoft] Mangle reference temporaries"David Majnemer
2013-12-12[-cxx-abi microsoft] Mangle reference temporariesDavid Majnemer
2013-12-09[-cxx-abi microsoft] Properly mangle enumsDavid Majnemer
2013-11-25[-cxx-abi microsoft] Create backrefs for <unnamed-type-`id'>David Majnemer
2013-10-08[ms-cxxabi] Fix the calling convention for operator new in recordsReid Kleckner
2013-09-17Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""David Majnemer
2013-09-17Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"David Majnemer
2013-09-17[-cxx-abi microsoft] Mangle local TagDecls appropriatelyDavid Majnemer
2013-09-13[-cxx-abi microsoft] Mangle user defined entry points properlyDavid Majnemer
2013-09-13[-cxx-abi microsoft] Mangle declarations inside extern "C"David Majnemer
2013-09-13CHECK -> CHECK-DAGDavid Majnemer
2013-08-15Add back a test that was removed in r188450David Majnemer
2013-08-15[-cxx-abi microsoft] Mangle member pointers betterDavid Majnemer
2013-08-05[ms-cxxabi] Properly mangle member pointersDavid Majnemer