[PATCH] D66564: [clang-tidy] new altera struct pack align check
Frank Derry Wanye via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 4 19:50:49 PDT 2020
ffrankies added a comment.
@njames93 Thanks for the clarification! Your suggestion worked, but then I realized that I was working off of an improperly worded comment, which I've corrected. I looked through the AST Matcher reference, and didn't find anything that would trigger on a templated struct declaration. If you know of one I missed, please let me know!
If not, could you or someone else commit this patch? I do not have write access. My github username is ffrankies <https://github.com/ffrankies>, the original code for the check was written by psath <https://github.com/psath>. If the lab itself (vtsynergy <https://github.com/vtsynergy>) could be credited, that would be awesome.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66564/new/
https://reviews.llvm.org/D66564
More information about the cfe-commits
mailing list