llvm-project/clang/lib
Benjamin Kramer 13481e27cb Add parens to pacify GCC.
llvm-svn: 141968
2011-10-14 18:45:06 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST [PCH] Serialize info about redeclared objc methods. 2011-10-14 17:41:52 +00:00
Analysis Tweak -Wuninitialized's handling of 'int x = x' to report that as the root cause of an uninitialized variable IFF there are other uses of that uninitialized variable. Fixes <rdar://problem/9259237>. 2011-10-13 18:50:06 +00:00
Basic Change __extension__ to disable only diagnostics controlled by -pedantic. 2011-10-12 19:55:31 +00:00
CodeGen Add parens to pacify GCC. 2011-10-14 18:45:06 +00:00
Driver Use Triple.isOSDarwin() instead of comparing against Triple::Darwin. 2011-10-14 05:03:44 +00:00
Frontend Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include 2011-10-11 18:20:10 +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 Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Add a preprocessor callback that is invoked every time the 'defined' 2011-10-14 00:49:43 +00:00
Parse Revert the -Wc++98-compat flag because dgregor doesn't like it. 2011-10-14 00:04:00 +00:00
Rewrite objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration 2011-10-11 23:02:37 +00:00
Sema Fix misplaced comment. 2011-10-14 18:35:31 +00:00
Serialization [PCH] Serialize info about redeclared objc methods. 2011-10-14 17:41:52 +00:00
StaticAnalyzer [analyzer] Remove an unused member variable. 2011-10-11 18:19:20 +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