aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/Sanitizers.h
AgeCommit message (Expand)Author
2018-12-19[Basic] Correct description of SanitizerSet.empty()Michal Gorny
2018-07-30[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-28[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2017-10-27Sanitizers.h: Modularize/Fix ODR violations by making inline functions non-st...David Blaikie
2017-06-01[Modules] Handle sanitizer feature mismatches when importing modulesVedant Kumar
2016-01-14Driver: Remove SanitizerArgs::clear() function and SanitizerSet ctor,Peter Collingbourne
2015-07-14Pull trivial SanitizerSet methods into the header.Benjamin Kramer
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-19[ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko
2015-06-17Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov
2015-06-17[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov
2015-05-11Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne
2015-05-11Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne
2014-11-14[Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov
2014-11-11[Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov
2014-11-11Move SanitizerKind class to a separate header. NFC.Alexey Samsonov