[PATCH] D65935: [ASTImporter] Import ctor initializers after setting flags.
Shafik Yaghmour via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 15 13:18:12 PDT 2019
shafik accepted this revision.
shafik added a comment.
This revision is now accepted and ready to land.
I was hoping to be able reproduce this in LLDB via an expression like this:
expr testImportOfDelegateConstructor(10) == 10
but it does not. I am assuming the test ctu test case invokes the issues without the patch? I wonder why we don't also see it in as well.
Otherwise LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65935/new/
https://reviews.llvm.org/D65935
More information about the cfe-commits
mailing list