aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM with one tiny nit.


================
Comment at: clang-tidy/performance/FasterStringFindCheck.cpp:44
@@ +43,3 @@
+  }
+  // Now replace the " with '
+  auto pos = Result.find_first_of('"');
----------------
Minor nit: missing punctuation for the comment. 


http://reviews.llvm.org/D16152



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to