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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.
Peter Collingbourne
2013-11-01
1
-43
/
+108
*
Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted
Richard Smith
2013-10-22
1
-2
/
+2
*
Enable -fsanitize=use-after-return by default under -fsanitize=address
Kostya Serebryany
2013-09-23
1
-3
/
+3
*
Re-apply r188666
Alexey Samsonov
2013-08-19
1
-3
/
+13
*
Revert r188666: it breaks the buildbots
Alexey Samsonov
2013-08-19
1
-13
/
+3
*
Fix PR16768: properly report malformed sanitizer blacklist file contents
Alexey Samsonov
2013-08-19
1
-3
/
+13
*
Move SanitizerArgs to the clang Driver
Alexey Samsonov
2013-08-19
1
-8
/
+2
*
Add support for -fsanitize-blacklist and default blacklists for DFSan.
Peter Collingbourne
2013-08-14
1
-0
/
+3
*
Fixup for r188058: assume hasAsanZeroBaseShadow() is false if ASan is not needed
Alexey Samsonov
2013-08-09
1
-0
/
+2
*
Make SanitizerArgs parsing toolchain-independent
Alexey Samsonov
2013-08-09
1
-21
/
+31
*
Factor out parsing sanitizer arguments to a separate function
Alexey Samsonov
2013-08-08
1
-6
/
+18
*
Move SanitizerArgs implementation from .h to .cpp
Alexey Samsonov
2013-08-08
1
-0
/
+293