llvm-project/clang/include/clang
Alexey Samsonov 9ab73626fc Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object.
llvm-svn: 169144
2012-12-03 19:12:58 +00:00
..
ARCMigrate Use a .def file for most of the diagnostic options. 2012-10-23 23:11:23 +00:00
AST Include pruning and general cleanup. 2012-12-01 17:12:56 +00:00
ASTMatchers Make hasDeclaration work for enums. 2012-12-03 15:43:25 +00:00
Analysis Update to reflect the change of macro name in r168993. 2012-11-30 11:04:44 +00:00
Basic Add -fsanitize=memory. 2012-12-03 13:20:43 +00:00
CodeGen Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is 2012-09-13 13:11:20 +00:00
Config use DEFAULT_SYSROOT 2012-04-16 04:16:43 +00:00
Driver Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. 2012-12-03 19:12:58 +00:00
Edit Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Format Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Frontend Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. 2012-12-03 19:12:58 +00:00
FrontendTool Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Lex When an error occurs while building a module on demand, provide "While 2012-11-30 18:38:50 +00:00
Parse Move PrettyStackTraceParserEntry to ParseAST.cpp 2012-11-27 21:57:34 +00:00
Rewrite This function isn't called SaveFiles any more. 2012-11-14 01:33:49 +00:00
Sema Include pruning and general cleanup. 2012-12-01 17:12:56 +00:00
Serialization When we're emitting a diagnostic with a source location in an imported 2012-11-30 21:58:49 +00:00
StaticAnalyzer Don't include Type.h in DeclarationName.h. 2012-12-01 16:35:25 +00:00
Tooling Adds the possibility to inject a callback that's called after each translation unit is processed. 2012-10-25 08:49:11 +00:00
CMakeLists.txt Instantiate dependent attributes when instantiating templates. 2012-01-20 22:37:06 +00:00
Makefile make: fix installation of generated header files 2012-02-01 22:23:31 +00:00