aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/microsoft-abi-throw.cpp
AgeCommit message (Expand)Author
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2018-08-17[MS] Mangle a hash of the main file path into anonymous namespacesReid Kleckner
2018-06-20[MS] Make sure __GetExceptionInfo works on types with no linkageReid Kleckner
2018-03-16[MS] Don't escape MS C++ names with \01Reid Kleckner
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