This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8acf4ef [Analyzer] Fix crash in ObjCPropertyChecker on protocol property new 374e14b Add warning for inconsistent overrides on destructor.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticGroups.td | 2 ++ include/clang/Basic/DiagnosticSemaKinds.td | 3 ++ lib/Sema/SemaDeclCXX.cpp | 11 ++++---- .../warn-inconsistent-missing-destructor-override | 33 ++++++++++++++++++++++ 4 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 test/SemaCXX/warn-inconsistent-missing-destructor-override