llvm-project/clang/lib
Alexis Hunt af4e28d897 Add a bunch more feature-checking macros for C++0x features. Some of these are
disabled with the intent that users can start with them now and not have to change
a thing to have them work when we implement the features.

llvm-svn: 93312
2010-01-13 08:31:49 +00:00
..
AST Fix the CodeGen half of PR5911 by changing reference initialization to 2010-01-12 20:32:25 +00:00
Analysis Add an unreachable code checker. 2010-01-13 02:59:54 +00:00
Basic Define __weak attribute for objective-c pointers in 2010-01-12 18:33:57 +00:00
CodeGen Use the new isInteger() method in a couple places, some random cleanup, and 2010-01-11 19:58:10 +00:00
Driver Fix a FIXME. 2010-01-10 00:46:10 +00:00
Frontend diagnose invalid values of -ftabstop, patch by Christian Adaker! 2010-01-13 03:06:50 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex Add a bunch more feature-checking macros for C++0x features. Some of these are 2010-01-13 08:31:49 +00:00
Parse Improve recovery for template-ids whose template-name doesn't actually 2010-01-12 21:28:44 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Sema Add an unreachable code checker. 2010-01-13 02:59:54 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00