summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/microsoft-abi-try-throw.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
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-02-20Remove -fnew-ms-ehDavid Majnemer
2015-12-12Try to appease a buildbot.David Majnemer
2015-12-12Update clang to use the updated LLVM EH instructionsDavid Majnemer
2015-09-16[WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-04-07[WinEH] Don't create an alloca for unnamed catch parametersReid Kleckner
2015-03-29[MS ABI] Rework .xdata HandlerType emissionDavid Majnemer
2015-03-17MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer
2015-03-15MS ABI: Don't use qualified pointee types for 'catch' EH TypeDescriptorsDavid Majnemer
2015-03-06Unbreak build botsDavid Majnemer
2015-03-06MS ABI: Stick throw-related data into the .xdata sectionDavid Majnemer
2015-03-05MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer
2015-03-03Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABIReid Kleckner
2015-03-03Disable the right RUN lineReid Kleckner
2015-03-03Disabled the other test from r231086 (like in r231087) since it also had prob...Filipe Cabecinhas
2015-03-03Disable a Clang test until the begincatch change landsReid Kleckner
2015-02-25MS ABI: Turn throw into std::terminate for now, make try/catch "work"David Majnemer
2014-05-05MS ABI: Emit an error during IRgen on C++ exception handlingReid Kleckner