summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/exceptions-cxx-new.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-13/+13
* [MS] Always use base dtors in place of complete/vbase dtors when possibleReid Kleckner2018-03-161-2/+2
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Revert "Start setting dso_local for COFF."Rafael Espindola2018-02-231-2/+2
* Start setting dso_local for COFF.Rafael Espindola2018-02-231-2/+2
* [MS ABI] Correctly mangling vbase destructorsDavid Majnemer2017-02-141-2/+2
* [WinEH] Make sure terminate handlers have funclet operandsDavid Majnemer2016-02-241-2/+2
* Remove -fnew-ms-ehDavid Majnemer2016-02-201-1/+1
* [MS ABI] Don't rely on terminatepadDavid Majnemer2015-12-141-1/+2
* Update clang to use the updated LLVM EH instructionsDavid Majnemer2015-12-121-25/+13
* [WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner2015-09-161-2/+2
* clang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't assume the label "entry:".NAKAMURA Takumi2015-09-161-1/+0
* Try to appease the build botsDavid Majnemer2015-09-151-15/+15
* [MS ABI] Add a C++ test for -fnew-ms-ehDavid Majnemer2015-09-151-0/+89