aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/readability
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2018-09-20 00:02:55 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2018-09-20 00:02:55 +0000
commit0840364b547a09782107480383a93f4277b4d63e (patch)
tree3c6aab0a79784f77c965df99380873f2666cb936 /clang-tidy/readability
parentc2e6f37e1b110f5253d1bc9077b68adb4d8b054c (diff)
[Clang-tidy] Alphabetical sort of files/checks. Add space after clang-tidy in source code headers.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@342601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-tidy/readability')
-rw-r--r--clang-tidy/readability/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tidy/readability/CMakeLists.txt b/clang-tidy/readability/CMakeLists.txt
index e7f56c55..da2320ea 100644
--- a/clang-tidy/readability/CMakeLists.txt
+++ b/clang-tidy/readability/CMakeLists.txt
@@ -22,8 +22,8 @@ add_clang_library(clangTidyReadabilityModule
RedundantDeclarationCheck.cpp
RedundantFunctionPtrDereferenceCheck.cpp
RedundantMemberInitCheck.cpp
- RedundantStringCStrCheck.cpp
RedundantSmartptrGetCheck.cpp
+ RedundantStringCStrCheck.cpp
RedundantStringInitCheck.cpp
SimplifyBooleanExprCheck.cpp
SimplifySubscriptExprCheck.cpp