[PATCH] D147411: [clang-tidy] Fix readability-static-accessed-through-instance check for anonymous structs

André Schackier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 3 09:39:17 PDT 2023


AMS21 updated this revision to Diff 510537.
AMS21 marked 2 inline comments as done.
AMS21 added a comment.

Implement suggested way of checking for anonymous structs
Add a new more tests


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147411

Files:
  clang-tools-extra/clang-tidy/readability/StaticAccessedThroughInstanceCheck.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/test/clang-tidy/checkers/readability/static-accessed-through-instance.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147411.510537.patch
Type: text/x-patch
Size: 4074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230403/9b6d2487/attachment-0001.bin>


More information about the cfe-commits mailing list