llvm-project/clang/lib
Fariborz Jahanian 167384d0da modern objective-c translator: Change declaration of
all objc_msgSend unctions to void parameters and void return.
// rdar://11094890

llvm-svn: 153227
2012-03-21 23:41:04 +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 Change the binary operator data recursive evaluator to not stop at the first 2012-03-21 23:30:30 +00:00
Analysis [analyzer] Malloc: Utter the name of the leaked variable. 2012-03-21 19:45:08 +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 objective-c translator: Change declaration of 2012-03-21 23:41:04 +00:00
Sema For enums with no tag name, display its location in 2012-03-21 20:56:29 +00:00
Serialization Fix Objective-C compilation-time performance regression introduced in r152608. 2012-03-16 06:12:59 +00:00
StaticAnalyzer Remove unused variable, fix indentation. 2012-03-21 21:03:48 +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