llvm-project/clang/lib
Fariborz Jahanian cceafc4931 objc: fix an ir-gen crash caused by recent
property refactoring. // rdar://10327068

llvm-svn: 143139
2011-10-27 20:06:32 +00:00
..
ARCMigrate Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
AST Teach format string analysis that "%zu" means size_t. 2011-10-27 08:29:09 +00:00
Analysis Teach format string analysis that "%zu" means size_t. 2011-10-27 08:29:09 +00:00
Basic Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
CodeGen Annotate imprecise FP division with fpaccuracy metadata 2011-10-27 19:19:51 +00:00
Driver Allow the -fno-operator-names option to be passed down to the rest 2011-10-25 07:13:06 +00:00
Frontend Add mutex for accessing ASTUnit's global OnDisk data. This may be an issue as libclang could be processing multiple ASTUnit's at once. 2011-10-27 19:44:25 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. 2011-10-14 18:45:37 +00:00
Lex Make the loading of information attached to an IdentifierInfo from an 2011-10-27 09:33:13 +00:00
Parse Handle redundant 'typename' on base class specifications. 2011-10-25 18:46:41 +00:00
Rewrite Restore r142914 and r142915, now with missing file and apparent 2011-10-25 17:37:35 +00:00
Sema objc: fix an ir-gen crash caused by recent 2011-10-27 20:06:32 +00:00
Serialization [PCH] Pull the location out of the serialized declarations and put it in the array 2011-10-27 18:47:35 +00:00
StaticAnalyzer [analyzer] Move enqueueEndOfFunction into CoreEngine. 2011-10-27 00:59:28 +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