[PATCH] D47632: [ASTImporter] Refactor Decl creation
Gabor Marton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 29 08:51:45 PDT 2018
martong added a comment.
I realized that, this patch brakes 3 lldb tests ATM:
- `TestTopLevelExprs.py`. If https://reviews.llvm.org/D48722 was merged then this test would not be broken.
- `TestPersistentTypes.py` If https://reviews.llvm.org/D48773 was merged then this test would not be broken.
- `TestRecursiveTypes.py`. I am still working on this. The newly introduced assert fires: `Assertion `(Pos == ImportedDecls.end() || Pos->second == To) && "Try to import an already imported Decl"' failed.`.
Repository:
rC Clang
https://reviews.llvm.org/D47632
More information about the cfe-commits
mailing list