[PATCH] D44173: [clang-tidy] Add "portability" module and rename readability-simd-intrinsics to portability-simd-intrinsics

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 6 16:31:11 PST 2018


Eugene.Zelenko added inline comments.


================
Comment at: docs/ReleaseNotes.rst:60
 
+- New module `portability` and new `portability-simd-intrinsics
+  <http://clang.llvm.org/extra/clang-tidy/checks/portability-simd-intrinsics.html>`_ check
----------------
Module and check from it should be mentioned separately. See Release Notes for previous release.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44173





More information about the cfe-commits mailing list