[PATCH] D13052: Add NamingStyle option to modernize-loop-convert.

Angel Garcia via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 22 04:47:44 PDT 2015


angelgarcia created this revision.
angelgarcia added a reviewer: alexfh.
angelgarcia added subscribers: klimek, cfe-commits.

Add an option to specify wich style must be followed when choosing the new index name.

http://reviews.llvm.org/D13052

Files:
  clang-tidy/modernize/LoopConvertCheck.cpp
  clang-tidy/modernize/LoopConvertCheck.h
  clang-tidy/modernize/LoopConvertUtils.cpp
  clang-tidy/modernize/LoopConvertUtils.h
  clang-tidy/modernize/ModernizeTidyModule.cpp
  test/clang-tidy/modernize-loop-convert-basic.cpp
  test/clang-tidy/modernize-loop-convert-extra.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13052.35360.patch
Type: text/x-patch
Size: 43817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150922/2feb7e72/attachment-0001.bin>


More information about the cfe-commits mailing list