[all-commits] [llvm/llvm-project] 75a078: [NFC] disabling clang-tidy check readability-ident...
ChristianKuehnel via All-commits
all-commits at lists.llvm.org
Tue Nov 16 07:26:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75a078455fc71cddc5e04b709b349125b610e1bb
https://github.com/llvm/llvm-project/commit/75a078455fc71cddc5e04b709b349125b610e1bb
Author: Christian Kühnel <kuhnel at google.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M clang-tools-extra/clangd/Protocol.h
Log Message:
-----------
[NFC] disabling clang-tidy check readability-identifier-naming in Protocol.h
The file follows the LSP syntax, so we're intentially deviating
from the LLVM coding standard.
Differential Revision: https://reviews.llvm.org/D113889
More information about the All-commits
mailing list