vsk added a comment.
I'd like to address the current problems with sanitizer blacklists before
moving on to this patch:
https://reviews.llvm.org/D32842
The summary is that the entries in a blacklist file apply to all sanitizers,
resulting in potential false negatives when multiple default black
filcab added a comment.
Should we simply not have `ubsan_blacklist.txt` if it's empty?
Otherwise LGTM
https://reviews.llvm.org/D32047
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vsk created this revision.
Clang should look for a default UBSan blacklist in its resource dir.
Depends on https://reviews.llvm.org/D32043.
https://reviews.llvm.org/D32047
Files:
lib/Driver/SanitizerArgs.cpp
test/Driver/Inputs/resource_dir/ubsan_blacklist.txt
test/Driver/fsanitize-blackl