[PATCH] D122748: [Sema] Don't check bounds for function pointer

Aleksandr Platonov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 30 12:20:09 PDT 2022


ArcsinX added a comment.

In D122748#3417240 <https://reviews.llvm.org/D122748#3417240>, @erichkeane wrote:

> That said, we might not want to early-exist here, I think we can just skip the `IsUnboundedArray` branch?

It seems you are right, thanks, fixed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122748/new/

https://reviews.llvm.org/D122748



More information about the cfe-commits mailing list