[PATCH] D121365: [CFG] Fix crash on CFG building when deriving from a template.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 12 14:06:29 PDT 2022


NoQ accepted this revision.
NoQ added a comment.
This revision is now accepted and ready to land.

Hi, interesting, the code looks great but at a glance I don't see why would you even want a CFG for an uninstantiated template. Every time you want to analyze the actual runtime behavior of a program, you'll have a fully instantiated template AST to build the CFG from.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121365



More information about the cfe-commits mailing list