llvm-project/clang/lib
Alexey Samsonov 1cf07ea6bb Remove sanitizer blacklist from ASan/TSan/MSan function passes.
Instrumentation passes now use attributes
address_safety/thread_safety/memory_safety which are added by Clang frontend.
Clang parses the blacklist file and adds the attributes accordingly.

Currently blacklist is still used in ASan module pass to disable instrumentation
for certain global variables. We should fix this as well by collecting the
set of globals we're going to instrument in Clang and passing it to ASan
in metadata (as we already do for dynamically-initialized globals and init-order
checking).

This change also removes -tsan-blacklist and -msan-blacklist LLVM commandline
flags in favor of -fsanitize-blacklist= Clang flag.

llvm-svn: 210037
2014-06-02 18:08:08 +00:00
..
ARCMigrate There is no std::errc:success, remove the llvm one. 2014-05-31 03:20:52 +00:00
AST Rename utility function templates 2014-05-31 06:11:02 +00:00
ASTMatchers [C++11] Use 'nullptr'. ASTMatchers edition. 2014-05-17 18:49:24 +00:00
Analysis Thread Safety Analysis: implement review suggestions from Aaron Ballman. 2014-05-29 21:24:16 +00:00
Basic Use make_error_code in preparation for making errc an enum class. 2014-05-31 02:23:01 +00:00
CodeGen Remove sanitizer blacklist from ASan/TSan/MSan function passes. 2014-06-02 18:08:08 +00:00
Driver Add flags -Rpass-missed and -Rpass-analysis. 2014-05-29 19:55:06 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format clang-format: Fix special case of binary operator detection. 2014-06-02 11:54:20 +00:00
Frontend There is no std::errc:success, remove the llvm one. 2014-05-31 03:20:52 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers Implement AVX1 vbroadcast intrinsics with vector initializers 2014-05-29 20:47:29 +00:00
Index [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Lex Preprocessor: make C++ operator names as macro identifiers a compatible extension 2014-05-31 16:32:22 +00:00
Parse Parsing/Sema for OMPAlignedClause. 2014-05-29 14:36:25 +00:00
Rewrite [C++11] Use 'nullptr'. 2014-05-07 06:21:57 +00:00
Sema The exception-declaration for a function-try-block cannot redeclare a 2014-06-02 13:10:07 +00:00
Serialization There is no std::errc:success, remove the llvm one. 2014-05-31 03:20:52 +00:00
StaticAnalyzer Move the logic for testing for namespace std into one location. This check can 2014-05-28 02:16:01 +00:00
Tooling Don't compare an error_code with nullptr. 2014-06-01 16:16:02 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00