summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Rose <jordan_rose@apple.com>2013-08-19 23:54:35 +0000
committerJordan Rose <jordan_rose@apple.com>2013-08-19 23:54:35 +0000
commit6f937e9a212c59682a5bb029e2235999fec83603 (patch)
treece44139c1b52b119c9b15a16bd4011758e90c93b
parentc4c1ff6ddd383b6ff83b36c5cd01a1002ceeda50 (diff)
downloadbcm5719-llvm-6f937e9a212c59682a5bb029e2235999fec83603.tar.gz
bcm5719-llvm-6f937e9a212c59682a5bb029e2235999fec83603.zip
[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.
Website-only change. llvm-svn: 188731
-rw-r--r--clang/www/analyzer/potential_checkers.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/www/analyzer/potential_checkers.html b/clang/www/analyzer/potential_checkers.html
index 6e887649be7..ab8917c7cb4 100644
--- a/clang/www/analyzer/potential_checkers.html
+++ b/clang/www/analyzer/potential_checkers.html
@@ -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();
OpenPOWER on IntegriCloud