[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.

Website-only change.

llvm-svn: 188731
This commit is contained in:
Jordan Rose 2013-08-19 23:54:35 +00:00
parent c4c1ff6ddd
commit 6f937e9a21
1 changed files with 2 additions and 0 deletions

View 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();