Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e09b8c41d0eeb17f8cbe73affb213cb7ff8d0718
/
lib
/
Driver
/
SanitizerArgs.h
a0a628f
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really simple cases) pointer arithmetic. This augments the existing bounds checking with language-level array bounds information.
by Richard Smith
· 12 years ago
24697b0
[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make Clang look for the default sanitizer-specific blacklist in the resource directory.
by Alexey Samsonov
· 12 years ago
78d85b1
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
by Chad Rosier
· 12 years ago
3e335c1
Print warning instead of error if optional ASan features are enabled w/o specifying -fsanitize=address
by Alexey Samsonov
· 12 years ago
4bdc604
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance.
by Alexey Samsonov
· 12 years ago
cfa88f8
Remove useless 'llvm::' qualifier from names like StringRef and others that are
by Dmitri Gribenko
· 12 years ago
34ef11b
Support -fsanitize-memory-track-origins.
by Evgeniy Stepanov
· 12 years ago
55fc873
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 12 years ago
91ecfa6
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object.
by Alexey Samsonov
· 12 years ago
09ccf39
Add -fsanitize=memory.
by Evgeniy Stepanov
· 12 years ago
4d1a6e4
This patch exposes to Clang users three more sanitizers are experimental features of ASan:
by Alexey Samsonov
· 12 years ago
3325b16
Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful diagnostic for invalid sets of sanitizers
by Alexey Samsonov
· 12 years ago
b854036
Add -fsanitize=integer for reporting suspicious integer behaviors.
by Will Dietz
· 12 years ago
8548908
PR14306: Move -fbounds-checking to -fsanitize=bounds.
by Joey Gouly
· 12 years ago
bb1071c
Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header file and use it on Darwin toolchain.
by Alexey Samsonov
· 12 years ago