[PATCH] D36851: [analyzer] Fix modeling of ctors

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 01:25:20 PDT 2017


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

Yeah, thanks!

After the FIXME about record layout is addressed, i guess the next action item is to make sure the trivial constructor for the empty base is not evaluated conservatively (doh!). Because whatever bindings we make, for now they'd be blown away immediately during "construction".


Repository:
  rL LLVM

https://reviews.llvm.org/D36851





More information about the cfe-commits mailing list