summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/google-module.cpp
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2014-10-26 01:41:14 +0000
committerAlexander Kornienko <alexfh@google.com>2014-10-26 01:41:14 +0000
commit2192a8e5193716613bb9d64090a8843f7e5ca7fb (patch)
tree9d697a594076c9629ae0f9b89a4703317aab77b0 /clang-tools-extra/test/clang-tidy/google-module.cpp
parentf0ba6ce309d9ab412982e71cda9b3981e25625fd (diff)
downloadbcm5719-llvm-2192a8e5193716613bb9d64090a8843f7e5ca7fb.tar.gz
bcm5719-llvm-2192a8e5193716613bb9d64090a8843f7e5ca7fb.zip
[clang-tidy] Bring order to check registration.
Summary: Register readability checks in a separate module. Renamed the checks and test file names accordingly. Reviewers: djasper, klimek Reviewed By: klimek Subscribers: curdeius, cfe-commits Differential Revision: http://reviews.llvm.org/D5936 llvm-svn: 220631
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/google-module.cpp')
-rw-r--r--clang-tools-extra/test/clang-tidy/google-module.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang-tools-extra/test/clang-tidy/google-module.cpp b/clang-tools-extra/test/clang-tidy/google-module.cpp
index b7be164a95e..b8c5d6949d2 100644
--- a/clang-tools-extra/test/clang-tidy/google-module.cpp
+++ b/clang-tools-extra/test/clang-tidy/google-module.cpp
@@ -2,6 +2,8 @@
// CHECK: CheckOptions:
// CHECK: {{- key: *google-readability-braces-around-statements.ShortStatementLines}}
// CHECK-NEXT: {{value: *'1'}}
+// CHECK: {{- key: *google-readability-function-size.StatementThreshold}}
+// CHECK-NEXT: {{value: *'800'}}
// CHECK: {{- key: *google-readability-namespace-comments.ShortNamespaceLines}}
// CHECK-NEXT: {{value: *'1'}}
// CHECK: {{- key: *google-readability-namespace-comments.SpacesBeforeComments}}
OpenPOWER on IntegriCloud