summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_type_hash.cc
AgeCommit message (Expand)Author
2015-07-08CFI: Get check-cfi passing on Windows.Peter Collingbourne
2015-06-19Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-26[UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov
2014-12-30Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov
2014-11-06UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer
2013-10-17Make the big array in the UBSan C++ runtime be zero-initialized to dramaticallyRichard Smith
2013-03-21Per discussion on cxx-abi-dev, switch from comparing type_info objects toRichard Smith
2012-12-18ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith
2012-12-18ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith
2012-10-29Consistently declare 'extern "C"' variable in namespace __ubsan. No functiona...Richard Smith
2012-10-29Don't define an extern "C" variable in its first declaration, to appease aRichard Smith
2012-10-25-fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith