[PATCH] D42983: [clang-tidy] Add readability-simd-intrinsics check.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 03:12:28 PST 2018


alexfh added a comment.

In https://reviews.llvm.org/D42983#1028093, @MaskRay wrote:

> In https://reviews.llvm.org/D42983#1025179, @alexfh wrote:
>
> > A late comment here: should this check start a new "portability" module? This seems to be the main focus of the check rather than making code more readable.
>
>
> SG. Should I rename it?


If nobody objects, yes, please. You'll need create the module manually and then use the rename_check.py script for the actual renaming.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42983





More information about the cfe-commits mailing list