[PATCH] D16152: [clang-tidy] Add check performance-faster-string-find

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 09:52:53 PST 2016


hokein added a subscriber: hokein.

================
Comment at: clang-tidy/performance/FasterStringFindCheck.h:25
@@ +24,3 @@
+/// The character literal overload is more efficient.
+///
+/// For the user-facing documentation see:
----------------
I think you need to add document about `StringLikeClasses` option here.


http://reviews.llvm.org/D16152





More information about the cfe-commits mailing list