llvm-project/clang/lib
Douglas Gregor 04b1152aac After dyn_cast'ing, it generally makes sense to check the *output* of
the dyn_cast against NULL rather than the *input*. Fixes PR6025.

llvm-svn: 93435
2010-01-14 18:13:22 +00:00
..
AST When qualified lookup into the current instantiation fails (because it 2010-01-14 17:47:39 +00:00
Analysis Fix pr6035. 2010-01-14 03:45:06 +00:00
Basic Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for 2010-01-14 00:50:32 +00:00
CodeGen Add comment. 2010-01-14 18:06:13 +00:00
Driver Fix a FIXME. 2010-01-10 00:46:10 +00:00
Frontend Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place. 2010-01-14 00:35:56 +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 Code-completion for @public, @protected, @private, @package. 2010-01-13 21:54:15 +00:00
Rewrite Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). 2010-01-07 18:00:35 +00:00
Sema After dyn_cast'ing, it generally makes sense to check the *output* of 2010-01-14 18:13:22 +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