[PATCH] D77809: [Analyzer] Include typedef statements in CFG build.

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 11:51:56 PDT 2020


efriedma removed a reviewer: eli.friedman.
efriedma added a comment.

Looks roughly fine to me, but I'm not an appropriate reviewer for static analyzer code.



================
Comment at: clang/lib/Analysis/CFG.cpp:2859
     // Of everything that can be declared in a DeclStmt, only VarDecls impact
     // runtime semantics.
     return Block;
----------------
Fix this comment?


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