[PATCH] [clang-tidy] Move some of the misc checks to readability/

Alexander Kornienko alexfh at google.com
Wed Oct 15 02:19:19 PDT 2014


Hi djasper,

Some of the misc checks belong to readability/. I'm moving them there
without changing check names for now. As the next step, I want to register some
of these checks in the google and llvm modules with suitable settings (e.g.
BracesAroundStatementsCheck). I'm not sure if we want to create a "readability"
module, probably not.

http://reviews.llvm.org/D5792

Files:
  clang-tidy/misc/BracesAroundStatementsCheck.cpp
  clang-tidy/misc/BracesAroundStatementsCheck.h
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/FunctionSize.cpp
  clang-tidy/misc/FunctionSize.h
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/RedundantSmartptrGet.cpp
  clang-tidy/misc/RedundantSmartptrGet.h
  clang-tidy/readability/BracesAroundStatementsCheck.cpp
  clang-tidy/readability/BracesAroundStatementsCheck.h
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/FunctionSize.cpp
  clang-tidy/readability/FunctionSize.h
  clang-tidy/readability/RedundantSmartptrGet.cpp
  clang-tidy/readability/RedundantSmartptrGet.h
  unittests/clang-tidy/MiscModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5792.14916.patch
Type: text/x-patch
Size: 32261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141015/7195f6b8/attachment.bin>


More information about the cfe-commits mailing list