[cfe-commits] r164590 - in /cfe/trunk: include/clang/AST/DeclCXX.h include/clang/Basic/DiagnosticParseKinds.td include/clang/Basic/DiagnosticSemaKinds.td include/clang/Parse/Parser.h lib/Parse/ParseDeclCXX.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaD

Timur Iskhodzhanov timurrrr at google.com
Wed Oct 3 03:54:39 PDT 2012


Hi John, Andy,

Have you tested this patch?
It fails for me as of r165103 with the following assertion:
  Assertion failed: !isa<CXXConstructorDecl>(D) && \
    "Use other ctor with ctor decls!", file
  C:\src\llvm\tools\clang\include\clang/AST/GlobalDecl.h, line 32

Can you please take a look?

Thanks,
Timur

On Tue, Sep 25, 2012 at 11:32 AM, John McCall <rjmccall at apple.com> wrote:
> Author: rjmccall
> Date: Tue Sep 25 02:32:39 2012
> New Revision: 164590
>
> URL: http://llvm.org/viewvc/llvm-project?rev=164590&view=rev
> Log:
> Fix for r163013 regression and further __interface enhancement.
> Patch by Andy Gibbs!



More information about the cfe-commits mailing list