[PATCH] D77809: [Analyzer] Include typedef statements in CFG build.
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 14 05:50:01 PDT 2020
Szelethus added a comment.
In D77809#1979911 <https://reviews.llvm.org/D77809#1979911>, @balazske wrote:
> I looked at the graphical CFG dump and observed that the added code makes the same parts appear that are there in a VLA declaration but missing if a VLA typedef is used.
Could add a test case those with the CFG dumper debug checker? `clang/test/Analysis/cfg.cpp` is a great example.
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