From ff34ae2a46ccfb22f6297415bc43d67d50256a9e Mon Sep 17 00:00:00 2001 From: Geoffrey White <40627776+geoffw0@users.noreply.github.com> Date: Mon, 15 Oct 2018 08:56:49 +0100 Subject: [PATCH] CPP: Add deprecated metadata. --- cpp/ql/src/Likely Bugs/OO/NonVirtualDestructor.ql | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/ql/src/Likely Bugs/OO/NonVirtualDestructor.ql b/cpp/ql/src/Likely Bugs/OO/NonVirtualDestructor.ql index b9350c66dca4..94d81e55eb5e 100644 --- a/cpp/ql/src/Likely Bugs/OO/NonVirtualDestructor.ql +++ b/cpp/ql/src/Likely Bugs/OO/NonVirtualDestructor.ql @@ -7,6 +7,7 @@ * @id cpp/non-virtual-destructor * @problem.severity warning * @tags reliability + * @deprecated */ // This query is deprecated, and replaced by jsf/4.10 Classes/AV Rule 78.ql, which has far fewer false positives on typical code.