summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_type_hash.h
Commit message (Expand)AuthorAgeFilesLines
* Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFOStephan Bergmann2019-05-021-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* UBSan: crash less often on corrupted Vtables.Ivan Krasin2016-06-021-0/+4
* Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne2015-06-191-1/+4
* [ubsan] Add SANITIZER_INTERFACE_ATTRIBUTE to __ubsan_vptr_type_cacheWill Dietz2013-01-171-1/+2
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-181-2/+5
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-181-0/+21
* Don't define an extern "C" variable in its first declaration, to appease aRichard Smith2012-10-291-1/+10
* -fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith2012-10-251-0/+29