llvm-project/clang-tools-extra/docs/clang-tidy
Frank Derry Wanye 5a87f81fe9 new altera unroll loops check
This lint check is a part of the FLOCL (FPGA Linters for OpenCL)
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 altera unroll loops check finds inner loops that have not been
unrolled, as well as fully-unrolled loops that should be partially
unrolled due to unknown loop bounds or a large number of loop
iterations.

Based on the Altera SDK for OpenCL: Best Practices Guide.
2021-03-22 13:09:53 -04:00
..
checks new altera unroll loops check 2021-03-22 13:09:53 -04:00
Contributing.rst [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
Integrations.rst [Branch-Rename] Fix some links 2021-02-01 16:43:21 +05:30
index.rst [clang-tidy] Added command line option `fix-notes` 2021-03-01 22:07:11 +00:00