index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
/
SanitizerArgs.h
Age
Commit message (
Expand
)
Author
2013-04-09
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-03-19
[ASan] Make -fsanitize=address always imply -fsanitize=init-order
Alexey Samsonov
2013-02-23
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-19
[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...
Alexey Samsonov
2013-01-29
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-28
Print warning instead of error if optional ASan features are enabled w/o spec...
Alexey Samsonov
2013-01-20
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-24
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-03
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-12-03
Add -fsanitize=memory.
Evgeniy Stepanov
2012-11-29
This patch exposes to Clang users three more sanitizers are experimental feat...
Alexey Samsonov
2012-11-28
Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...
Alexey Samsonov
2012-11-27
Add -fsanitize=integer for reporting suspicious integer behaviors.
Will Dietz
2012-11-23
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-06
Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...
Alexey Samsonov