summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-abi-throw.cpp
AgeCommit message (Expand)Author
2017-02-14[MS ABI] Correctly mangling vbase destructorsDavid Majnemer
2016-07-12[MS ABI] Support throwing/catching __unaligned typesDavid Majnemer
2016-01-26[MS Compat] Don't crash if __GetExceptionInfo is in global scopeDavid Majnemer
2015-04-04[MS ABI] A pointer-to-function cannot be caught as a pointer-to-voidDavid Majnemer
2015-03-13MS ABI: Implement __GetExceptionInfo for std::make_exception_ptrDavid Majnemer
2015-03-12MS ABI: Allow a nullptr_t exception to be caught by void * catch handlerDavid Majnemer
2015-03-11Don't overconstrain a FileCheck patternDavid Majnemer
2015-03-11MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer
2015-03-10MS ABI: Mangle the location of the catchable type into it's nameDavid Majnemer
2015-03-06MS ABI: Stick throw-related data into the .xdata sectionDavid Majnemer
2015-03-06MS ABI: Correctly generate throw-info for pointer to const qual typesDavid Majnemer
2015-03-06MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer
2015-03-05MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer