summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SanitizerMetadata.cpp
Commit message (Expand)AuthorAgeFilesLines
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-3/+6
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-3/+6
* Implement no_sanitize_address for global varsDouglas Katzman2016-10-141-1/+7
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-3/+6
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-13/+15
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-3/+3
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-5/+7
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-2/+2
* [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]Kostya Serebryany2014-08-261-0/+6
* [ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov2014-08-021-25/+19
* [Sanitizer] Introduce SanitizerMetadata class.Alexey Samsonov2014-08-011-0/+88