llvm-project/clang/lib
Kostya Serebryany 7e247f22b9 [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clang part: for FunctionPass we need to run asan at a different point, otherwise it will run before inlining
llvm-svn: 165937
2012-10-15 14:22:56 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST Make -mms-bitfields behave consistently. 2012-10-12 23:29:20 +00:00
ASTMatchers Fix isDerivedFrom matcher. 2012-09-18 14:17:42 +00:00
Analysis Fix potential null deference in CFG printer. 2012-10-12 22:56:31 +00:00
Basic Introduce the notion of excluded headers into the module map 2012-10-15 06:28:11 +00:00
CodeGen [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. clang part: for FunctionPass we need to run asan at a different point, otherwise it will run before inlining 2012-10-15 14:22:56 +00:00
Driver Revert "[Options] make Option a value type." 2012-10-10 22:34:46 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Make sure temporary files are deleted when recovering from a crash when compiling modules. 2012-10-14 19:50:53 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. 2012-10-11 01:10:04 +00:00
Lex Introduce the notion of excluded headers into the module map 2012-10-15 06:28:11 +00:00
Parse Handle a "#pragma options align" inside a class. 2012-10-12 17:39:59 +00:00
Rewrite Remove pointless classof()'s. 2012-10-11 23:31:23 +00:00
Sema Update for r165858. 2012-10-13 00:26:22 +00:00
Serialization Introduce the notion of excluded headers into the module map 2012-10-15 06:28:11 +00:00
StaticAnalyzer [analyzer] Remove the "direct bindings only" Environment lookup. 2012-10-13 05:05:20 +00:00
Tooling Only report first error when no compilation database is found. 2012-10-15 13:12:24 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00