[PATCH] D20196: [clang-tidy] Inefficient string operation

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 16:16:12 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL277677: [clang-tidy] Inefficient string operation (authored by alexfh).

Changed prior to commit:
  https://reviews.llvm.org/D20196?vs=66492&id=66730#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D20196

Files:
  clang-tools-extra/trunk/clang-tidy/performance/CMakeLists.txt
  clang-tools-extra/trunk/clang-tidy/performance/InefficientStringConcatenationCheck.cpp
  clang-tools-extra/trunk/clang-tidy/performance/InefficientStringConcatenationCheck.h
  clang-tools-extra/trunk/clang-tidy/performance/PerformanceTidyModule.cpp
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-string-concatenation.rst
  clang-tools-extra/trunk/test/clang-tidy/performance-inefficient-string-concatenation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20196.66730.patch
Type: text/x-patch
Size: 11667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160803/94648794/attachment.bin>


More information about the cfe-commits mailing list