[PATCH] D114292: [clang-tidy] Fix `altera-struct-pack-align` check for empty structs
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 2 14:14:25 PST 2021
aaron.ballman added a comment.
+1 to the request for a release note, but otherwise this LGTM (with or without the `static_cast` changes) in general. Should we also do something special for `[[no_unique_address]]` (if we should, I'm fine doing that in a follow-up)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114292/new/
https://reviews.llvm.org/D114292
More information about the cfe-commits
mailing list