summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/builtin-ms-noop.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
2014-07-11Form a CallExpr from __noop without parensReid Kleckner
2014-07-11MS extension: Make __noop be the integer zero, not voidReid Kleckner
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2014-01-13Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg
2013-11-13Only provide MS builtins when -fms-extensions is onReid Kleckner
2012-10-13"Implement" codegen support for __noop().Nico Weber