]> granicus.if.org Git - clang/commit
Warn if the class has virtual methods but non-virtual destructor. Addresses rdar...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:05:00 +0000 (07:05 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 31 Jan 2011 07:05:00 +0000 (07:05 +0000)
commitdef4e2a405a15eb8381ca305725285d27a4bab65
tree55dde82193fcb662f66b337e7befdd1a8355b1ef
parent36eb5e43bcdbe291da4df696755009ffd6a35ac2
Warn if the class has virtual methods but non-virtual destructor. Addresses rdar://8756445.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124582 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/destructor.cpp