[PATCH] D106227: Fix duplicate checks in clangd documentation

Elton Leander Pinto via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 17 14:56:33 PDT 2021


1ntEgr8 created this revision.
Herald added subscribers: usaxena95, kadircet, arphaman.
1ntEgr8 requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106227

Files:
  clang-tools-extra/clangd/ParsedAST.h


Index: clang-tools-extra/clangd/ParsedAST.h
===================================================================
--- clang-tools-extra/clangd/ParsedAST.h
+++ 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
 //
 //===----------------------------------------------------------------------===//
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106227.359582.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210717/07588c41/attachment.bin>


More information about the cfe-commits mailing list