[PATCH] D113889: [NFC] disabling clang-tidy check readability-identifier-naming in Protocol.h
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 16 11:53:13 PST 2021
hokein added a comment.
In D113889#3134857 <https://reviews.llvm.org/D113889#3134857>, @kuhnel wrote:
> I just checked with my local clangd and it does not crash on this file...
yeah, this file is fine, the crash only occurs if you use an assertion-enabled clangd and the code has an unmatched `NOLINTBEGIN`.
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