[cfe-commits] r85855 - in /cfe/trunk: include/clang/Parse/Parser.h lib/Parse/ParseDecl.cpp lib/Parse/ParseObjc.cpp

John McCall rjmccall at apple.com
Tue Nov 3 09:40:45 PST 2009


Edward O'Callaghan wrote:
> G'Day,
>
> I believe this may of introduced the following warning, not sure:
>
> /home/evocallaghan/lab/llvm/llvm/tools/clang/tools/clang-cc/../../include/clang/Parse/Parser.h:983:
> warning: 'struct clang::Parser::FieldCallback' has virtual functions
> but non-virtual destructor
>   

Oh, yes, that's me.  I'll fix that;  these are all stack-allocated, so 
de-virtualization should turn them into static destructor calls anyway.  
Thanks.

John.



More information about the cfe-commits mailing list