[cfe-commits] r95330 - in /cfe/trunk: include/clang/AST/DeclCXX.h include/clang/Basic/DiagnosticSemaKinds.td lib/AST/Decl.cpp lib/AST/DeclCXX.cpp lib/CodeGen/CGRTTI.cpp lib/CodeGen/CodeGenTypes.cpp lib/Sema/SemaDecl.cpp lib/Sema/SemaDeclCXX.cpp l

John McCall rjmccall at apple.com
Thu Feb 4 17:35:29 PST 2010


On Feb 4, 2010, at 4:23 PM, Devang Patel wrote:
> On Thu, Feb 4, 2010 at 10:26 PM, John McCall <rjmccall at apple.com> wrote:
>> Author: rjmccall
>> Date: Thu Feb  4 16:26:26 2010
>> New Revision: 95330
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=95330&view=rev
>> Log:
>> Extract a common structure for holding information about the definition
>> of a C++ record.  Exposed a lot of problems where various routines were
>> silently doing The Wrong Thing (or The Acceptable Thing in The Wrong Order)
>> when presented with a non-definition.  Also cuts down on memory usage.
> 
> 
> This causes following crash. Can you take a look ?

Should be fixed now, sorry.

John.



More information about the cfe-commits mailing list