llvm-project/clang/lib
Alexander Potapenko b4f819086a Disable source fortification on Darwin with AddressSanitizer.
ASan doesn't play well with -D_FORTIFY_SOURCE, which is enabled by default starting at OS X 10.7

llvm-svn: 164299
2012-09-20 10:10:01 +00:00
..
ARCMigrate Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
AST Add the TypeSourceInfo for the lambda call operator to the lambda's 2012-09-19 01:18:11 +00:00
ASTMatchers Fix isDerivedFrom matcher. 2012-09-18 14:17:42 +00:00
Analysis Thread-safety analysis: Fix warning when EXCLUSIVE_LOCKS_REQUIRED 2012-09-19 19:49:40 +00:00
Basic Disable source fortification on Darwin with AddressSanitizer. 2012-09-20 10:10:01 +00:00
CodeGen Grammar. 2012-09-19 22:40:44 +00:00
Driver Add C/C++ header locations for the Freescale SDK. 2012-09-18 22:25:07 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Allow disabling PCH validation when loading an AST file by checking 2012-09-15 01:10:20 +00:00
FrontendTool Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
Headers Add _rdrand{16,32,64}_step intrinsics to immintrin.h 2012-07-12 09:33:03 +00:00
Lex The keywords "true" and "false" shouldn't warn under -Wundef. 2012-09-20 02:38:38 +00:00
Parse If a comma operator is followed by a token which unambiguously indicates the 2012-09-18 00:52:05 +00:00
Rewrite Remove redundant semicolons which are null statements. 2012-09-10 21:20:09 +00:00
Sema Handle lambdas where the lambda-declarator is an explicit "(void)". PR13854. 2012-09-20 01:40:23 +00:00
Serialization ASTWriter: Tighten up assertions when emitting a declaration name. 2012-09-19 13:40:40 +00:00
StaticAnalyzer [analyzer] MallocChecker should not do post-call checks on inlined functions. 2012-09-20 01:55:32 +00:00
Tooling Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09: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