llvm-project/clang-tools-extra/clang-tidy/altera
Nathan James 00c7d6699a
[cte][NFC] Remove all references to stdlib stream headers.
Inclusion of iostream is frobidden and using other stream classes from standard library is discouraged as per https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D97771
2021-03-02 21:57:16 +00:00
..
AlteraTidyModule.cpp new altera single work item barrier check 2020-12-18 07:52:20 -05:00
CMakeLists.txt new altera single work item barrier check 2020-12-18 07:52:20 -05:00
KernelNameRestrictionCheck.cpp [clang-tidy] Applied clang-tidy fixes. NFC 2021-01-29 01:01:19 +01:00
KernelNameRestrictionCheck.h Add a new altera kernel name restriction check to clang-tidy. 2020-11-09 09:26:50 -05:00
SingleWorkItemBarrierCheck.cpp new altera single work item barrier check 2020-12-18 07:52:20 -05:00
SingleWorkItemBarrierCheck.h new altera single work item barrier check 2020-12-18 07:52:20 -05:00
StructPackAlignCheck.cpp [cte][NFC] Remove all references to stdlib stream headers. 2021-03-02 21:57:16 +00:00
StructPackAlignCheck.h