[PATCH] D154297: clang-tidy: accessing checks not done for aliases of `std::array`

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 2 11:31:31 PDT 2023


PiotrZSL accepted this revision.
PiotrZSL added a comment.
This revision is now accepted and ready to land.

Looks good, probably hasCanonicalType would be sufficient but hasUnqualifiedDesugaredType will also do a job.
Release notes need to be updated.


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

https://reviews.llvm.org/D154297



More information about the cfe-commits mailing list