courbet added a comment. Thanks !
In D121365#3720171 <https://reviews.llvm.org/D121365#3720171>, @NoQ wrote: > 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. I'm hitting this for an analysis that is eagerly analyzing templates before instantiation, and does not require the base classes. It's always better to not crash anyway :) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121365/new/ https://reviews.llvm.org/D121365 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits