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

2022-08-16 Thread Clement Courbet via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG672311bd77c5: [CFG] Fix crash on CFG building when deriving from a template. (authored by courbet). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D121365/new/

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

2022-08-16 Thread Clement Courbet via Phabricator via cfe-commits
courbet added a comment. Thanks ! In 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 b

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

2022-08-12 Thread Artem Dergachev via Phabricator via cfe-commits
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 progra

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

2022-08-12 Thread Clement Courbet via Phabricator via cfe-commits
courbet added a comment. ping 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

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

2022-03-10 Thread Clement Courbet via Phabricator via cfe-commits
courbet created this revision. courbet added reviewers: gribozavr, alexfh. Herald added a project: All. courbet requested review of this revision. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D121365 Files: clang/lib/Analysis/CFG.cpp clang/uni