New patch for the for-loop warning.<div><br></div><div>Changes:<br></div><div>Both visitors are now EvaluatedExprVisitor</div><div>The DeclExtractor, used on the conditional, works on a whitelist of Expr's instead of a blacklist.</div>
<div>Fixed edge cases in the DeclMatcher with respect to LValueToRValue conversions.  Some casts aren't directly on DeclRefExprs.</div><div>Added variable names to the warning.  Up to 4 variable names will be displayed.</div>