[PATCH] D82661: [clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header files

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 08:03:53 PDT 2020


njames93 marked an inline comment as done.
njames93 added inline comments.


================
Comment at: clang-tools-extra/test/clang-tidy/checkers/google-module.cpp:4
+// CHECK-DAG: {{- key: *google-readability-braces-around-statements.ShortStatementLines[[:space:]] value: *'1'}}
+// CHECK-DAG: {{- key: *google-readability-function-size.StatementThreshold[[:space:]] value: *'800'}}
+// CHECK-DAG: {{- key: *google-readability-namespace-comments.ShortNamespaceLines[[:space:]] value: *'10'}}
----------------
aaron.ballman wrote:
> I feel like these testing changes, while NFC, should be landed in a separate patch as they don't have anything to do with the header file changes, right?
You're absolutely right I must've forgot to remove them when I removed the other change


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82661/new/

https://reviews.llvm.org/D82661





More information about the cfe-commits mailing list