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
/
Basic
/
SanitizerBlacklist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow specifying sanitizers in blacklists
Vlad Tsyrklevich
2017-09-25
1
-11
/
+16
*
Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...
Yaron Keren
2015-10-03
1
-1
/
+1
*
Allow to specify multiple -fsanitize-blacklist= arguments.
Alexey Samsonov
2015-02-04
1
-3
/
+3
*
Fixup for r220403: Use getFileLoc() instead of getSpellingLoc() in SanitizerB...
Alexey Samsonov
2014-10-22
1
-1
/
+1
*
SanitizerBlacklist: Use spelling location for blacklisting purposes.
Alexey Samsonov
2014-10-22
1
-1
/
+2
*
[ASan] Improve blacklisting of global variables.
Alexey Samsonov
2014-10-17
1
-18
/
+3
*
SanitizerBlacklist: blacklist functions by their source location.
Alexey Samsonov
2014-10-17
1
-6
/
+0
*
Teach SanitizerBlacklist to blacklist by SourceLocation. NFC.
Alexey Samsonov
2014-10-16
1
-2
/
+9
*
Insert poisoned paddings between fields in C++ classes so that AddressSanitiz...
Kostya Serebryany
2014-10-16
1
-2
/
+3
*
Remove one of SanitizerBlacklist::isIn() overloads. NFC.
Alexey Samsonov
2014-10-16
1
-8
/
+12
*
Move SanitizerBlacklist object from CodeGenModule to ASTContext.
Alexey Samsonov
2014-10-15
1
-0
/
+3
*
Move SanitizerBlacklist to clangBasic. NFC.
Alexey Samsonov
2014-10-15
1
-0
/
+51