lgtm minus style nit

  Thanks for pulling out the methods for Matches and PartiallyMatches - much 
better :)


================
Comment at: unittests/Tooling/TestVisitor.h:114
@@ +113,3 @@
+    for (typename std::vector<ExpectedMatch>::const_iterator
+             it = ExpectedMatches.begin(), end = ExpectedMatches.end();
+         it != end; ++it) {
----------------
Style nit: Caps VarNames.


http://llvm-reviews.chandlerc.com/D26
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to