summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/microsoft-abi-throw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r340079:Reid Kleckner2018-08-171-2/+2
* [MS] Make sure __GetExceptionInfo works on types with no linkageReid Kleckner2018-06-201-0/+10
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-25/+25
* [MS ABI] Correctly mangling vbase destructorsDavid Majnemer2017-02-141-1/+1
* [MS ABI] Support throwing/catching __unaligned typesDavid Majnemer2016-07-121-0/+8
* [MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer2016-01-261-2/+9
* [MS ABI] A pointer-to-function cannot be caught as a pointer-to-voidDavid Majnemer2015-04-041-0/+9
* MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer2015-03-131-1/+13
* MS ABI: Allow a nullptr_t exception to be caught by void * catch handlerDavid Majnemer2015-03-121-0/+5
* Don't overconstrain a FileCheck patternDavid Majnemer2015-03-111-1/+1
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-1/+53
* MS ABI: Mangle the location of the catchable type into it's nameDavid Majnemer2015-03-101-4/+4
* MS ABI: Stick throw-related data into the .xdata sectionDavid Majnemer2015-03-061-7/+7
* MS ABI: Correctly generate throw-info for pointer to const qual typesDavid Majnemer2015-03-061-1/+7
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-3/+3
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-051-0/+31