[PATCH] D131438: [clang][dataflow] Analyze constructor bodies

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 13:56:27 PDT 2022


xazax.hun accepted this revision.
xazax.hun added a comment.

Nice! We went from branches in the loop to branches before the loop first. And now the branches are at compile time during overload resolution. I love it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131438



More information about the cfe-commits mailing list