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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 13:27:40 PST 2018


MaskRay added a comment.

In https://reviews.llvm.org/D42983#1028241, @alexfh wrote:

> 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.


I just created https://reviews.llvm.org/D44173 . Didn't know `rename_check.py` and manually renamed a bunch of files...


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42983





More information about the cfe-commits mailing list