[PATCH] D108893: clang-tidy: introduce readability-containter-data-pointer check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 29 14:09:25 PDT 2021


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp:18
+namespace tidy {
+namespace readability {
+ContainerDataPointerCheck::ContainerDataPointerCheck(StringRef Name,
----------------
compnerd wrote:
> Eugene.Zelenko wrote:
> > Please separate with empty line.
> Hmm, this is what clang-format does, which should be unambiguously correct.  Is there something that needs to be changed in clang-format or .clang-format?
Hard to tell about current state of clang-format, but you could take a look on existing checks code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108893



More information about the cfe-commits mailing list