[PATCH] D113896: [clangd] cleanup of header guard names

Christian Kühnel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 2 06:15:52 PST 2021


kuhnel added a comment.

@kadircet looks like clang-tidy does not detect missing comments in `#endif`. It does complain about missing comments for namespaces. E.g. in `Serialization.h` the `#endif` comment is missing, but without a finding.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113896/new/

https://reviews.llvm.org/D113896



More information about the cfe-commits mailing list