[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:10:24 PDT 2019
ffrankies created this revision.
ffrankies added a reviewer: alexfh.
ffrankies created this object with visibility "All Users".
ffrankies added a project: clang-tools-extra.
Herald added subscribers: arphaman, xazax.hun, Anastasia, mgorny, srhines.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
This lint check is a part of the FLOCL (**F**PGA **L**inters for **O**pen**CL**) project out of the Synergy Lab at Virginia Tech.
FLOCL is a set of lint checks aimed at FPGA developers who write code in OpenCL.
The FPGA struct pack align lint check finds structs that are inefficiently packed or aligned and recommends packing/aligning of the structs using the packed and aligned attributes as needed in a warning.
Repository:
rCTE Clang Tools Extra
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.216511.patch
Type: text/x-patch
Size: 22162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190821/d51be500/attachment-0001.bin>
More information about the cfe-commits
mailing list