[PATCH] D45405: [clang-tidy] [modernize-use-auto] Add a threshold for minimal type name length to be replaced with 'auto'

Zinovy Nis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 11:08:43 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329730: [clang-tidy] [modernize-use-auto] Add a threshold for minimal type name length… (authored by zinovy.nis, committed by ).
Herald added subscribers: llvm-commits, klimek.

Changed prior to commit:
  https://reviews.llvm.org/D45405?vs=141719&id=141879#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45405

Files:
  clang-tools-extra/trunk/clang-tidy/modernize/UseAutoCheck.cpp
  clang-tools-extra/trunk/clang-tidy/modernize/UseAutoCheck.h
  clang-tools-extra/trunk/docs/ReleaseNotes.rst
  clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-use-auto.rst
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-cast-remove-stars.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-cast.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-min-type-name-length.cpp
  clang-tools-extra/trunk/test/clang-tidy/modernize-use-auto-new.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45405.141879.patch
Type: text/x-patch
Size: 7213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180410/329f2500/attachment.bin>


More information about the llvm-commits mailing list