clang-1/lib
Douglas Gregor ef47d27b9c When fixing up the storage class for an anonymous union, don't mark
the anonymous union as valid: our fixes have Fix-Its.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142616 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-20 20:40:00 +00:00
..
ARCMigrate Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
AST Don't forget to complete the objc interface before asking for information, 2011-10-19 02:25:16 +00:00
Analysis More metaprogramming with builtin types. 2011-10-18 22:28:37 +00:00
Basic Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. 2011-10-20 05:07:47 +00:00
CodeGen Add block information for ObjC @catch blocks. 2011-10-19 00:44:01 +00:00
Driver Frontend: Support -iframework. 2011-10-18 20:40:38 +00:00
Frontend Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, and not defining it causes the system headers on multiple platforms to break with -fms-extensions because they assume the lack of a definition of __STDC__ implies a traditional (pre-ANSI) preprocessor. PR10324 and <rdar://problem/10313809> . 2011-10-19 23:46:05 +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 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches 2011-10-20 18:35:58 +00:00
Rewrite objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration 2011-10-11 23:02:37 +00:00
Sema When fixing up the storage class for an anonymous union, don't mark 2011-10-20 20:40:00 +00:00
Serialization Keep track when a ObjC interface/protocol was initially created as a forward reference. 2011-10-17 19:48:06 +00:00
StaticAnalyzer [analyzer] Move predecessor into the NodeBuilder context. 2011-10-18 23:06:48 +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