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

Jordan Rose jordan_rose at apple.com
Mon Aug 19 16:54:35 PDT 2013


Author: jrose
Date: Mon Aug 19 18:54:35 2013
New Revision: 188731

URL: http://llvm.org/viewvc/llvm-project?rev=188731&view=rev
Log:
[analyzer] Note that deadcode.UnmodifiedVariable would be an opt-in checker.

Website-only change.

Modified:
    cfe/trunk/www/analyzer/potential_checkers.html

Modified: cfe/trunk/www/analyzer/potential_checkers.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/potential_checkers.html?rev=188731&r1=188730&r2=188731&view=diff
==============================================================================
--- cfe/trunk/www/analyzer/potential_checkers.html (original)
+++ cfe/trunk/www/analyzer/potential_checkers.html Mon Aug 19 18:54:35 2013
@@ -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();
 





More information about the cfe-commits mailing list