From 2b02b08ec54733c2728cff83cd3dedef6deb37e7 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Mon, 19 Aug 2013 23:54:35 +0000 Subject: [PATCH] [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 --- www/analyzer/potential_checkers.html | 2 ++ 1 file changed, 2 insertions(+) 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();
 
-- 
2.40.0