[PATCH] D113889: [NFC] disabling clang-tidy check readability-identifier-naming in Protocol.h
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 15 06:45:17 PST 2021
kbobyrev added inline comments.
================
Comment at: clang-tools-extra/clangd/Protocol.h:39
+/* This file is using the LSP syntax for identifier names which is different
+ from the LLVM coding standard. To avoid the clang-tidy warnings, we're
----------------
Nit: we're only using C-style comments for single-line parameter name "injection".
Context:
https://llvm.org/docs/CodingStandards.html#comment-formatting
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113889/new/
https://reviews.llvm.org/D113889
More information about the cfe-commits
mailing list