[PATCH] D66564: [clang-tidy] new altera struct pack align check
Frank Derry Wanye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 19:36:50 PST 2020
ffrankies updated this revision to Diff 246871.
ffrankies marked 5 inline comments as done.
ffrankies added a comment.
Addressed comments by @aaron.ballman
- Removed commented-out code and irrelevant FIXMEs
- Added Fix-Its to insert/amend the aligned and packed struct attributes as needed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66564/new/
https://reviews.llvm.org/D66564
Files:
clang-tidy/CMakeLists.txt
clang-tidy/ClangTidyForceLinker.h
clang-tidy/altera/AlteraTidyModule.cpp
clang-tidy/altera/CMakeLists.txt
clang-tidy/altera/StructPackAlignCheck.cpp
clang-tidy/altera/StructPackAlignCheck.h
docs/ReleaseNotes.rst
docs/clang-tidy/checks/altera-struct-pack-align.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/index.rst
test/clang-tidy/checkers/altera-struct-pack-align.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66564.246871.patch
Type: text/x-patch
Size: 18983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/0b3bdcb0/attachment-0001.bin>
More information about the llvm-commits
mailing list