projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c1ff6
)
[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.
author
Jordan Rose
<jordan_rose@apple.com>
Mon, 19 Aug 2013 23:54:35 +0000
(23:54 +0000)
committer
Jordan 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
patch
|
blob
|
history
diff --git
a/clang/www/analyzer/potential_checkers.html
b/clang/www/analyzer/potential_checkers.html
index 6e887649be7574b5a7dc0fffdd3b8acd5c993a9a..ab8917c7cb4605afe9e0202f399d1e8e42c9dfd5 100644
(file)
--- 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();