[PATCH] D77809: [Analyzer] Include typedef statements in CFG build.
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 15 13:13:42 PDT 2020
efriedma added a comment.
> Where is the size expression actually evaluated? Is it evaluated at the point of the typedef or at the point of the variable definition?
At the point of the typedef.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77809/new/
https://reviews.llvm.org/D77809
More information about the cfe-commits
mailing list