[PATCH] D22725: [clang-tidy] Add check 'modernize-use-algorithm'

Malcolm Parsons via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 02:51:20 PDT 2016


malcolm.parsons added a subscriber: malcolm.parsons.
malcolm.parsons added a comment.

This check looks like it implements some of CppCoreGuidelines Bounds.4

https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#bounds4-dont-use-standard-library-functions-and-types-that-are-not-bounds-checked


Repository:
  rL LLVM

https://reviews.llvm.org/D22725





More information about the cfe-commits mailing list