[PATCH] Refactor: Organize module per-check files into subdirectories for each module

Richard legalize at xmission.com
Mon Mar 2 03:16:36 PST 2015


Hi alexfh,

The test/clang-tidy directory is getting crowded.  Move the module per-check source files into module subdirectories.

http://reviews.llvm.org/D8000

Files:
  test/clang-tidy/arg-comments.cpp
  test/clang-tidy/google-explicit-constructor.cpp
  test/clang-tidy/google-explicit-make-pair.cpp
  test/clang-tidy/google-member-string-references.cpp
  test/clang-tidy/google-memset-zero-length.cpp
  test/clang-tidy/google-module.cpp
  test/clang-tidy/google-namespaces.cpp
  test/clang-tidy/google-overloaded-unary-and.cpp
  test/clang-tidy/google-readability-casting.c
  test/clang-tidy/google-readability-casting.cpp
  test/clang-tidy/google-readability-function.cpp
  test/clang-tidy/google-readability-namespace-comments.cpp
  test/clang-tidy/google-readability-todo.cpp
  test/clang-tidy/google-runtime-int.c
  test/clang-tidy/google-runtime-int.cpp
  test/clang-tidy/google/explicit-constructor.cpp
  test/clang-tidy/google/explicit-make-pair.cpp
  test/clang-tidy/google/google-module.cpp
  test/clang-tidy/google/member-string-references.cpp
  test/clang-tidy/google/memset-zero-length.cpp
  test/clang-tidy/google/namespace.cpp
  test/clang-tidy/google/overloaded-unary-and.cpp
  test/clang-tidy/google/readability-casting.c
  test/clang-tidy/google/readability-casting.cpp
  test/clang-tidy/google/readability-function.cpp
  test/clang-tidy/google/readability-namespace-comments.cpp
  test/clang-tidy/google/readability-todo.cpp
  test/clang-tidy/google/runtime-int.c
  test/clang-tidy/google/runtime-int.cpp
  test/clang-tidy/llvm-include-order.cpp
  test/clang-tidy/llvm-twine-local.cpp
  test/clang-tidy/llvm/include-order.cpp
  test/clang-tidy/llvm/twine-local.cpp
  test/clang-tidy/misc-assign-operator-signature.cpp
  test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp
  test/clang-tidy/misc-inaccurate-erase.cpp
  test/clang-tidy/misc-inefficient-algorithm.cpp
  test/clang-tidy/misc-swapped-arguments.cpp
  test/clang-tidy/misc-undelegated-constructor.cpp
  test/clang-tidy/misc-uniqueptr-reset-release.cpp
  test/clang-tidy/misc-unused-raii.cpp
  test/clang-tidy/misc-use-override-cxx98.cpp
  test/clang-tidy/misc-use-override.cpp
  test/clang-tidy/misc/arg-comments.cpp
  test/clang-tidy/misc/assign-operator-signature.cpp
  test/clang-tidy/misc/bool-pointer-implicit-conversion.cpp
  test/clang-tidy/misc/inaccurate-erase.cpp
  test/clang-tidy/misc/inefficient-algorithm.cpp
  test/clang-tidy/misc/swapped-arguments.cpp
  test/clang-tidy/misc/undelegated-constructor.cpp
  test/clang-tidy/misc/uniqueptr-reset-release.cpp
  test/clang-tidy/misc/unused-raii.cpp
  test/clang-tidy/misc/use-override-cxx98.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-container-size-empty.cpp
  test/clang-tidy/readability-else-after-return.cpp
  test/clang-tidy/readability-function-size.cpp
  test/clang-tidy/readability-redundant-smartptr-get.cpp
  test/clang-tidy/readability-shrink-to-fit.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/container-size-empty.cpp
  test/clang-tidy/readability/else-after-return.cpp
  test/clang-tidy/readability/function-size.cpp
  test/clang-tidy/readability/redundant-smartptr-get.cpp
  test/clang-tidy/readability/shrink-to-fit.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8000.20994.patch
Type: text/x-patch
Size: 163649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150302/f6b38f26/attachment.bin>


More information about the cfe-commits mailing list