[PATCH] [clang-tidy] Bring order to check registration.

Alexander Kornienko alexfh at google.com
Thu Oct 23 07:28:34 PDT 2014


Hi djasper,

Register readability checks in a separate module. Renamed the checks
and test file names accordingly.

http://reviews.llvm.org/D5936

Files:
  clang-tidy/google/CMakeLists.txt
  clang-tidy/google/GoogleTidyModule.cpp
  clang-tidy/llvm/CMakeLists.txt
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/ReadabilityTidyModule.cpp
  clang-tidy/tool/CMakeLists.txt
  clang-tidy/tool/ClangTidyMain.cpp
  test/clang-tidy/avoid-c-style-casts.c
  test/clang-tidy/avoid-c-style-casts.cpp
  test/clang-tidy/google-module.cpp
  test/clang-tidy/google-readability-casting.c
  test/clang-tidy/google-readability-casting.cpp
  test/clang-tidy/misc-braces-around-statements-few-lines.cpp
  test/clang-tidy/misc-braces-around-statements-same-line.cpp
  test/clang-tidy/misc-braces-around-statements-single-line.cpp
  test/clang-tidy/misc-braces-around-statements.cpp
  test/clang-tidy/misc-function-size.cpp
  test/clang-tidy/misc-use-override.cpp
  test/clang-tidy/readability-braces-around-statements-few-lines.cpp
  test/clang-tidy/readability-braces-around-statements-same-line.cpp
  test/clang-tidy/readability-braces-around-statements-single-line.cpp
  test/clang-tidy/readability-braces-around-statements.cpp
  test/clang-tidy/readability-function-size.cpp
  test/clang-tidy/readability-redundant-smartptr-get.cpp
  test/clang-tidy/redundant-smartptr-get.cpp
  test/clang-tidy/use-override.cpp
  unittests/clang-tidy/CMakeLists.txt
  unittests/clang-tidy/ReadabilityChecksTest.cpp
  unittests/clang-tidy/ReadabilityModuleTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5936.15326.patch
Type: text/x-patch
Size: 47098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141023/388eb5cc/attachment.bin>


More information about the cfe-commits mailing list