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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
