[PATCH] D79330: [Analyzer][VLASizeChecker] Check for VLA size overflow.

Balázs Kéri via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 14 06:58:15 PDT 2020


balazske added a comment.

Is it worth to improve the checker by emitting a warning only if a `sizeof` is used on a `typedef`-ed VLA type where the size is too large (and at a VLA declaration with size overflow)? Or can this be done in a later change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79330





More information about the cfe-commits mailing list