summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Sanitizers.def
Commit message (Expand)AuthorAge
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-13
* Kill deprecated -fbounds-checking flagAlexey Samsonov2014-03-21
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-20
* Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-insertedRichard Smith2013-10-22
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-20
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-07
* Add -fsanitize=leak to driver options.Sergey Matveev2013-05-27
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-29
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-13
* Add -fsanitize=memory.Evgeniy Stepanov2012-12-03
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-29
* Add -fsanitize=integer for reporting suspicious integer behaviors.Will Dietz2012-11-27
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-23
* Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith2012-11-05