Fix duplicate checks in clangd comments
authorElton <eltonp3103@gmail.com>
Mon, 19 Jul 2021 13:14:23 +0000 (15:14 +0200)
committerKadir Cetinkaya <kadircet@google.com>
Mon, 19 Jul 2021 13:14:55 +0000 (15:14 +0200)
This patch removes a duplicate checks in the top-level comments in `clang-tools-extra/clangd/ParsedAST.h`

Reviewed By: kadircet

Differential Revision: https://reviews.llvm.org/D106227

clang-tools-extra/clangd/ParsedAST.h

index 703ae38..9bb4796 100644 (file)
@@ -13,7 +13,7 @@
 // we have several customizations:
 //  - preamble handling
 //  - capturing diagnostics for later access
-//  - running clang-tidy checks checks
+//  - running clang-tidy checks
 //
 //===----------------------------------------------------------------------===//