forked from OSchip/llvm-project
[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.
Website-only change. llvm-svn: 188731
This commit is contained in:
parent
c4c1ff6ddd
commit
6f937e9a21
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue