llvm-project/clang/lib
Douglas Gregor 82e0d728e8 Add a preprocessor callback that is invoked every time the 'defined'
operator is seen, from Jason Haslam!

llvm-svn: 141926
2011-10-14 00:49:43 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST Add returns_twice to functions that are known to return twice. This implements 2011-10-12 19:51:18 +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 Recommit: 2011-10-13 21:45:18 +00:00
Driver Rename -Wc++0x-compat, -Wc++0x-extensions and -Wc++0x-narrowing from c++0x to 2011-10-13 23:32:09 +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 Revert the -Wc++98-compat flag because dgregor doesn't like it. 2011-10-14 00:04:00 +00:00
Serialization Add support for viewing the module graph via Graphviz, for debugging 2011-10-11 19:27:55 +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