[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.
authorJordan Rose <jordan_rose@apple.com>
Mon, 19 Aug 2013 23:54:35 +0000 (23:54 +0000)
committerJordan Rose <jordan_rose@apple.com>
Mon, 19 Aug 2013 23:54:35 +0000 (23:54 +0000)
Website-only change.

llvm-svn: 188731

clang/www/analyzer/potential_checkers.html

index 6e887649be7574b5a7dc0fffdd3b8acd5c993a9a..ab8917c7cb4605afe9e0202f399d1e8e42c9dfd5 100644 (file)
@@ -297,6 +297,8 @@ void test() {
 <tr><td><span class="name">deadcode.UnmodifiedVariable
 <br>(C, C++)</span><br><br>
 A variable is never modified but was not declared const and is not a reference.
+<br><br>
+<i>(opt-in checker)</i>
 </td><td><pre>
 extern int computeDelta();