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

Samuel Benzaquen via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 14 08:39:08 PST 2016


sbenza updated this revision to Diff 44889.
sbenza marked 2 inline comments as done.
sbenza added a comment.

Added support for non 'char' chars.


http://reviews.llvm.org/D16152

Files:
  clang-tidy/performance/CMakeLists.txt
  clang-tidy/performance/FasterStringFindCheck.cpp
  clang-tidy/performance/FasterStringFindCheck.h
  clang-tidy/performance/PerformanceTidyModule.cpp
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/performance-faster-string-find.rst
  test/clang-tidy/performance-faster-string-find.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16152.44889.patch
Type: text/x-patch
Size: 12343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160114/0b407417/attachment-0001.bin>


More information about the cfe-commits mailing list