hanchenye-llvm-project/clang/lib
Anna Zaks 699f55b98c [analyzer] Fix a false positive in the CFArrayCreate check that surfaces
the the code like this (due to x and &x being the same value but
different size):

void* x[] = { ptr1, ptr2, ptr3 };
CFArrayCreate(NULL, (const void **) &x, count, NULL);

llvm-svn: 149579
2012-02-02 01:30:08 +00:00
..
ARCMigrate arc migrator: twik previous patch to exclude user provided 2012-01-31 22:09:44 +00:00
AST constexpr: 2012-02-02 01:16:57 +00:00
Analysis Format string warnings: don't a.k.a. wchar_t with wchar_t. 2012-01-31 14:59:59 +00:00
Basic Use the new Triple::getMacOSXVersion function in another place. 2012-01-31 23:52:58 +00:00
CodeGen r149474 went a bit too far when combined with type caching. If we want 2012-02-01 23:39:00 +00:00
Driver back out r149504 2012-02-02 00:40:14 +00:00
Frontend Introduce a -cc1 option "-dependency-graphviz" that determines header 2012-02-02 00:54:52 +00:00
FrontendTool Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Headers Split compiler builtin module into "stdlib" builtins and "intrinsic" 2012-01-31 21:57:50 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Per discussion on cfe-dev, remove '#error' and '#warning' from diagnostic text. 2012-02-02 00:16:13 +00:00
Parse Implement code completion support for module import declarations, e.g., 2012-01-29 18:15:03 +00:00
Rewrite In FixItRecompile::BeginInvocation() reset the diagnostics before executing 2012-01-27 06:15:37 +00:00
Sema objc: don't crash if primary class is missing and continuation class 2012-02-02 00:49:12 +00:00
Serialization Thread a TargetInfo through to the module map; we'll need it for 2012-01-30 06:01:29 +00:00
StaticAnalyzer [analyzer] Fix a false positive in the CFArrayCreate check that surfaces 2012-02-02 01:30:08 +00:00
CMakeLists.txt
Makefile