balazske added a comment.

> I also see that the typedef constitutes a `DeclStmt` in the AST. Can we 
> include that in the CFG as well? In the static analyzer that'll be the place 
> where we actually start tracking that typedef, because without it the size 
> expression value will be quickly cleaned up.

This is the point where I am not sure, how to add the `DeclStmt` itself? Simply 
call `addStmt` or call `autoCreateBlock` and `appendStmt` as it is done later 
in the function?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77809



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to