llvm-project/clang/lib
Fariborz Jahanian 11ee283e2a objc - redeclaration of property in extension class
must match property type declaration in its
primary class. // rdar://10142679

llvm-svn: 140438
2011-09-24 00:56:59 +00:00
..
ARCMigrate Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
AST Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Analysis Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Basic Fix missing includes for llvm_unreachable 2011-09-23 05:35:21 +00:00
CodeGen Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Driver Driver: Use sys::Process::SetWorkingDirectory, for consistency. 2011-09-23 23:32:02 +00:00
Frontend Don't translate CRLF files into LF files. Fixes PR6870, from Aaron Ballman! 2011-09-23 23:43:36 +00:00
FrontendTool Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +00:00
Headers Tweak *mmintrin.h so that they don't make any bad assumptions about alignment (which probably has little effect in practice, but better to get it right). Make the load in _mm_loadh_pi and _mm_loadl_pi a single LLVM IR instruction to make optimizing easier for CodeGen. 2011-09-15 23:15:27 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Fix missing includes for llvm_unreachable 2011-09-23 05:35:21 +00:00
Parse Fix a crash-on-invalid. 2011-09-23 22:39:23 +00:00
Rewrite Switch assert(0/false) llvm_unreachable. 2011-09-23 05:06:16 +00:00
Sema objc - redeclaration of property in extension class 2011-09-24 00:56:59 +00:00
Serialization Fix up assertion a bit more 2011-09-23 22:07:41 +00:00
StaticAnalyzer Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00