summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/Sanitizers.h
Commit message (Expand)AuthorAgeFilesLines
* [Basic] Correct description of SanitizerSet.empty()Michal Gorny2018-12-191-1/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev2018-07-301-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-281-7/+9
* Sanitizers.h: Modularize/Fix ODR violations by making inline functions non-st...David Blaikie2017-10-271-1/+1
* [Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar2017-06-011-2/+8
* Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,Peter Collingbourne2016-01-141-3/+1
* Pull trivial SanitizerSet methods into the header.Benjamin Kramer2015-07-141-8/+13
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-0/+3
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-171-3/+0
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-171-0/+3
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-0/+11
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-11/+31
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-141-0/+3
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-0/+16
* Move SanitizerKind class to a separate header. NFC.Alexey Samsonov2014-11-111-0/+28