summaryrefslogtreecommitdiff
path: root/lib/ubsan/ubsan_type_hash.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* CFI: Get check-cfi passing on Windows.Peter Collingbourne2015-07-081-230/+3
* Add control flow integrity diagnosis function to UBSan runtime library.Peter Collingbourne2015-06-191-7/+14
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* [UBSan] Explicitly list all supported OS/arch pairs supported by UBSan.Alexey Samsonov2015-03-261-0/+4
* Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov2014-12-301-26/+21
* UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer2014-11-061-21/+26
* Make the big array in the UBSan C++ runtime be zero-initialized to dramaticallyRichard Smith2013-10-171-7/+9
* Per discussion on cxx-abi-dev, switch from comparing type_info objects toRichard Smith2013-03-211-1/+1
* ubsan: Demangle class names, and be more informative when a reinterpret_castRichard Smith2012-12-181-3/+40
* ubsan: When diagnosing something wrong somewhere in memory, emit a noteRichard Smith2012-12-181-5/+17
* Consistently declare 'extern "C"' variable in namespace __ubsan. No functiona...Richard Smith2012-10-291-1/+2
* Don't define an extern "C" variable in its first declaration, to appease aRichard Smith2012-10-291-7/+5
* -fcatch-undefined-behavior checking for appropriate vptr value: library side.Richard Smith2012-10-251-0/+200