llvm-project/clang/lib
Anna Zaks 06bf78c242 [analyzer] Add stats useful for coverage investigations.
llvm-svn: 153280
2012-03-22 21:06:03 +00:00
..
ARCMigrate Kill cocoa::deriveNamingConvention and cocoa::followsFundamentalRule. They are now just simple wrappers around method families, and method decls can cache method family lookups. Also, no one is using them right now. 2012-03-17 20:51:32 +00:00
AST Fix a comment: kPropertyType = 'T' not 't'. <rdar://problem/11095729> 2012-03-22 17:48:02 +00:00
Analysis Fix broken CFG when an initializer is a statement expression that starts with a while loop (PR 12325). 2012-03-22 05:57:43 +00:00
Basic No longer defining LP64 in 64-bit builds on platforms which are not LP64. 2012-03-14 20:50:57 +00:00
CodeGen Update comment. 2012-03-20 23:28:32 +00:00
Driver Duplicated code is bad. At least make it consistent. 2012-03-21 17:19:12 +00:00
Edit Remove unused-but-set variable. 2012-03-13 17:05:43 +00:00
Frontend [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matches 2012-03-15 22:31:42 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers [avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics. 2012-03-20 16:40:00 +00:00
Index Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
Lex Turns #import in MS Mode into an error. 2012-03-18 03:10:37 +00:00
Parse Fix the other place where C++98 work for initializer lists was necessary. 2012-03-20 21:24:03 +00:00
Rewrite modern objc rewriter: until we can translate block literals 2012-03-22 19:54:39 +00:00
Sema During the instantiation of a class template specialization, that 2012-03-22 03:35:28 +00:00
Serialization [PCH] When we are replacing a decl in a chained PCH that is also a DeclContext, 2012-03-22 16:08:04 +00:00
StaticAnalyzer [analyzer] Add stats useful for coverage investigations. 2012-03-22 21:06:03 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00