NoQ added a comment.

Thx!

> The problem here is that we inevitably hit the recursion limit, and then...
> 
> 4. Well, something weird happens. I'll have to have a closer look, but one 
> weird thing i noticed is that the value for `{ boo() }` ends up being 
> `compoundVal{Unknown}`, as if `bindReturnValue()` never gets triggered.

Wait, right, nvm. There's no `return` statement in the function, so it's not 
surprising at all that there's no object-under-construction. There's just no 
construction to have a context for. So this is just a sub-problem of problem 5.


Repository:
  rC Clang

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

https://reviews.llvm.org/D59573



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D59573: [... Artem Dergachev via Phabricator via cfe-commits
    • [PATCH] D595... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D595... Artem Dergachev via Phabricator via cfe-commits
    • [PATCH] D595... Artem Dergachev via Phabricator via cfe-commits
    • [PATCH] D595... Phabricator via Phabricator via cfe-commits

Reply via email to