llvm-project/clang/lib
Fariborz Jahanian 28f5fb9843 Minor refactoring of my last patch. Per Doug's suggestion.
llvm-svn: 142807
2011-10-24 17:30:45 +00:00
..
ARCMigrate Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
AST Refactor vector constant expression evaluation to return bool like all the other 2011-10-22 21:10:00 +00:00
Analysis Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp 2011-10-24 01:47:37 +00:00
Basic Make changes necessary for N32/64 ABI conformance. 2011-10-22 00:07:27 +00:00
CodeGen Fix mismatched new[]/delete[]. 2011-10-24 17:22:36 +00:00
Driver Have -fms-no-extensions turn off -fms-compatibility 2011-10-24 15:49:38 +00:00
Frontend [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. 2011-10-24 17:25:20 +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 Add a __has_feature check for arc_cf_code_audited. 2011-10-18 21:18:53 +00:00
Parse Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. 2011-10-23 20:07:52 +00:00
Rewrite objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration 2011-10-11 23:02:37 +00:00
Sema Minor refactoring of my last patch. Per Doug's suggestion. 2011-10-24 17:30:45 +00:00
Serialization [PCH] When serializing Stmts, keep track of when sub statements are referenced again and 2011-10-21 23:02:28 +00:00
StaticAnalyzer Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. 2011-10-24 01:32:45 +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