[PATCH] D43745: Fix cppcoreguidelines-pro-bounds-pointer-arithmetic not working for functions with auto return specifier.

Matthias Gehre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 27 12:12:31 PDT 2018


mgehre added a comment.

Does it also work with lambdas (being implicitly auto) that return pointers? A test case for that would be nice.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D43745





More information about the cfe-commits mailing list