addDecl is making the Decl visible, so there is no need to make it explicitly
visible again. Making it visible twice will also make the lookup storage less
efficient and potentially lead to crashes, see D84827 for that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo