On May 21, 2011, at 5:31 AM, Matthieu Monrocq wrote: > Your new diagnostic for non-virtual destructor looks great and useful, I'd > suggest we put it in "most" diagnostic group. > > Thanks for your work! > > -Argyrios > > > Here is the new patch with the warning wired up in "most". > > I hope that the final attribute for classes will be implemented soon since > it'll remove some false positives for this warning.
It's already implemented, you can check it with cxxRecordDecl->hasAttr<FinalAttr>(). -Argyrios > > Thanks for looking into this! > > -- Matthieu > > > > <clang_non_virtual_destructor.diff>_______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
