summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-methods.cpp
AgeCommit message (Expand)Author
2022-10-06[CodeGenCXX] 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
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
2018-03-16[MS] Always use base dtors in place of complete/vbase dtors when possibleReid 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
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2015-01-22Emit DeferredDeclsToEmit in a DFS order.Rafael Espindola
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2012-09-25clang/test/CodeGenCXX/microsoft-*: Fix for -Asserts.NAKAMURA Takumi
2012-09-25In the MS ABI, ctors return 'this'. Patch by Dmitry Sokolov.John McCall
2012-07-12[Windows] Use thiscall as the default calling convention for class methods. P...Timur Iskhodzhanov