summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/deferred-global-init.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
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-05-06Include translation unit filename in global ctor symbol names.Nico Weber
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2010-03-20C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar
2010-01-24Mangle static variables with an extra name to distinguish them from non-stati...Alexis Hunt
2010-01-08Fix for PR5967: Make const-marking for LLVM globals correct for cases requiringEli Friedman