summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-array-cookies.cpp
AgeCommit message (Expand)Author
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
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-06-30[MS ABI] Workaround corner-case bug in the ABI for operator deleteDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-05-01clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array...NAKAMURA Takumi
2012-05-01Remove some not-very-stable assumptions from this testcase.John McCall
2012-05-01Refactor the C++ ABI code a little bit to take advantage ofJohn McCall