[PATCH] D66564: [clang-tidy] FPGA struct pack align lint check

Frank Derry Wanye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 21 16:20:52 PDT 2019


ffrankies updated this revision to Diff 216516.
ffrankies added a comment.

Noticed that some of the lint checks were missing from docs/clang-tidy/checks/list.rst

Added the fpga-struct-pack-align lint check to the update checks list.


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

https://reviews.llvm.org/D66564

Files:
  clang-tidy/fpga/CMakeLists.txt
  clang-tidy/fpga/FPGATidyModule.cpp
  clang-tidy/fpga/StructPackAlignCheck.cpp
  clang-tidy/fpga/StructPackAlignCheck.h
  docs/clang-tidy/checks/fpga-struct-pack-align.rst
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/index.rst
  test/clang-tidy/fpga-struct-pack-align.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66564.216516.patch
Type: text/x-patch
Size: 14004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190821/a5720530/attachment.bin>


More information about the cfe-commits mailing list