llvm-project/clang/lib
John McCall 4700099719 Improve overload diagnostics some more by calling out qualifier mismatches
for special diagnostics.  Unfortunately, the non-overload diagnostics are not
this good.

llvm-svn: 93420
2010-01-14 03:28:57 +00:00
..
AST Fixes a rewrite bug rewriting a block call argument which has a trvial 2010-01-13 21:41:11 +00:00
Analysis Add an unreachable code checker. 2010-01-13 02:59:54 +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 Store the address points for constructor vtables directly in the VTT builder, because that's the only time they're needed. 2010-01-14 02:29:07 +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 Improve overload diagnostics some more by calling out qualifier mismatches 2010-01-14 03:28:57 +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