[clang-tools-extra] 195786d - Fix duplicate checks in clangd comments
Kadir Cetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 19 06:15:35 PDT 2021
Author: Elton
Date: 2021-07-19T15:14:55+02:00
New Revision: 195786d7c2609f71e81156a09d3a20c98f7ba163
URL: https://github.com/llvm/llvm-project/commit/195786d7c2609f71e81156a09d3a20c98f7ba163
DIFF: https://github.com/llvm/llvm-project/commit/195786d7c2609f71e81156a09d3a20c98f7ba163.diff
LOG: Fix duplicate checks in clangd comments
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
Added:
Modified:
clang-tools-extra/clangd/ParsedAST.h
Removed:
################################################################################
diff --git a/clang-tools-extra/clangd/ParsedAST.h b/clang-tools-extra/clangd/ParsedAST.h
index 703ae38254284..9bb4796645866 100644
--- a/clang-tools-extra/clangd/ParsedAST.h
+++ b/clang-tools-extra/clangd/ParsedAST.h
@@ -13,7 +13,7 @@
// we have several customizations:
// - preamble handling
// - capturing diagnostics for later access
-// - running clang-tidy checks checks
+// - running clang-tidy checks
//
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list