summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_type_hash.h
AgeCommit message (Expand)Author
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2015-06-19Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne
2013-01-17[ubsan] Add SANITIZER_INTERFACE_ATTRIBUTE to __ubsan_vptr_type_cacheWill Dietz
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-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