summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SanitizerMetadata.h
Commit message (Expand)AuthorAgeFilesLines
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-1/+2
* [clang/asan] call __asan_poison_cxx_array_cookie after operator new[]Kostya Serebryany2014-08-261-0/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [ASan] Use metadata to pass source-level information from Clang to ASan.Alexey Samsonov2014-08-021-0/+3
* [Sanitizer] Introduce SanitizerMetadata class.Alexey Samsonov2014-08-011-0/+47