index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Driver
/
fsanitize.c
Age
Commit message (
Expand
)
Author
2013-04-09
Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...
Alexey Samsonov
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-03-14
[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...
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-16
Fix uninitialized bool flag access in SanitizerArgs parser
Alexey Samsonov
2012-12-30
[ubsan] Recover by default, use -fno-sanitize-recover to disable.
Will Dietz
2012-12-24
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-13
ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads of
Richard Smith
2012-12-05
Reuse an existing diagnostic for tsan/msan needing -pie error.
Evgeniy Stepanov
2012-12-01
Switch to using -### as mentioned by chandlerc.
Joey Gouly
2012-12-01
Add -emit-llvm to test/Driver/fsanitize.c to stop this failing on the ARM bot...
Joey Gouly
2012-12-01
Remove restriction on combining ubsan with asan or tsan. This has worked for ...
Richard Smith
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
clang/test/Driver/fsanitize.c: Speculative fix to improve test on win32, not ...
NAKAMURA Takumi
2012-11-06
Per discussion on cfe-commits, treat -faddress-sanitizer,
Richard Smith
2012-11-05
Add -fsanitize=<sanitizers> argument to driver and frontend, and add
Richard Smith