Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/AST/ASTImporter.cpp | ||
---|---|---|
4861 | I do not know, it is not used in the other import functions of using related declarations. Probably only lexical DC is applicable for these, or the code is older than addDeclToContexts and was not updated. But then the other import functions should be changed too. | |
clang/unittests/AST/ASTImporterTest.cpp | ||
925 | I will add a more detailed test. |
Why don't we use addDeclToContexts?