index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Driver
/
SanitizerArgs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-129
/
+0
*
Make SanitizerArgs parsing toolchain-independent
Alexey Samsonov
2013-08-09
1
-7
/
+13
*
Factor out parsing sanitizer arguments to a separate function
Alexey Samsonov
2013-08-08
1
-0
/
+4
*
Move SanitizerArgs implementation from .h to .cpp
Alexey Samsonov
2013-08-08
1
-138
/
+14
*
DataFlowSanitizer; Clang changes.
Peter Collingbourne
2013-08-07
1
-1
/
+3
*
Add -fno-assume-sane-operator-new when building with MSan.
Evgeniy Stepanov
2013-06-20
1
-2
/
+6
*
[Driver] Remove the using namespace directives from headers
Reid Kleckner
2013-06-17
1
-8
/
+14
*
[Driver] Refactor clang driver to use LLVM's Option library
Reid Kleckner
2013-06-14
1
-2
/
+2
*
Add -fsanitize=leak to driver options.
Sergey Matveev
2013-05-27
1
-0
/
+5
*
Extend default blacklist logic to MSan and TSan.
Evgeniy Stepanov
2013-05-20
1
-3
/
+9
*
If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...
Peter Collingbourne
2013-04-09
1
-2
/
+6
*
[ASan] Make -fsanitize=address always imply -fsanitize=init-order
Alexey Samsonov
2013-03-19
1
-3
/
+9
*
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-23
1
-1
/
+1
*
[Sanitizer] If -fsanitize-blacklist= option is not explicitly specified, make...
Alexey Samsonov
2013-02-19
1
-0
/
+13
*
[ubsan] Implement the -fcatch-undefined-behavior flag using a trapping
Chad Rosier
2013-01-29
1
-5
/
+13
*
Print warning instead of error if optional ASan features are enabled w/o spec...
Alexey Samsonov
2013-01-28
1
-1
/
+1
*
Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...
Alexey Samsonov
2013-01-20
1
-1
/
+7
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-2
/
+2
*
Support -fsanitize-memory-track-origins.
Evgeniy Stepanov
2012-12-24
1
-1
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-0
/
+5
*
Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...
Alexey Samsonov
2012-12-03
1
-1
/
+7
*
Add -fsanitize=memory.
Evgeniy Stepanov
2012-12-03
1
-0
/
+2
*
This patch exposes to Clang users three more sanitizers are experimental feat...
Alexey Samsonov
2012-11-29
1
-2
/
+2
*
Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...
Alexey Samsonov
2012-11-28
1
-2
/
+62
*
Add -fsanitize=integer for reporting suspicious integer behaviors.
Will Dietz
2012-11-27
1
-1
/
+1
*
PR14306: Move -fbounds-checking to -fsanitize=bounds.
Joey Gouly
2012-11-23
1
-1
/
+1
*
Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...
Alexey Samsonov
2012-11-06
1
-0
/
+106