summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-default-cc.cpp
AgeCommit message (Expand)Author
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
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-01-17[AST] AttributedType should derive type properties from the EquivalentTypeDavid Majnemer
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-12Switch to the new MingW ABI.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-02-19Add the missing 'static' keyword to the testTimur Iskhodzhanov
2012-08-25Fix the CC-matching logic for instance methods in the MS ABI.John McCall