After the import, we did not copy the TSCSpec.
This commit resolves that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good, just find a better place for the test.
clang/unittests/AST/ASTImporterTest.cpp | ||
---|---|---|
823 | The test can be moved to better place, probably after line 3481 and use ImportVariables. At least I want it not between two related tests, here between ImportUsingDecl and ImportUsingShadowDecl. |
Comment Actions
I did not notice that ImportVariables is different than ImportDecl, I like the first version of the test better (with ImportDecl) (but the current is not wrong), can you change it back only at a different position (line 738 can be good, before test "ImportRecordTypeInFunc")?
Comment Actions
Revert to the previous version and move to line 738 just before "ImportRecordTypeInFunc".
The test can be moved to better place, probably after line 3481 and use ImportVariables. At least I want it not between two related tests, here between ImportUsingDecl and ImportUsingShadowDecl.