From: Jordan Rose Date: Mon, 19 Aug 2013 23:54:35 +0000 (+0000) Subject: [analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b02b08ec54733c2728cff83cd3dedef6deb37e7;p=clang [analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker. Website-only change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/analyzer/potential_checkers.html b/www/analyzer/potential_checkers.html index 6e887649be..ab8917c7cb 100644 --- a/www/analyzer/potential_checkers.html +++ b/www/analyzer/potential_checkers.html @@ -297,6 +297,8 @@ void test() { deadcode.UnmodifiedVariable
(C, C++)


A variable is never modified but was not declared const and is not a reference. +

+(opt-in checker)
 extern int computeDelta();