avikivity wrote: Without this fix, clang rejects valid code.
This valid code is likely to appear in projects transitioning to C++20 modules and thus having both #include and import statements pulling in the same symbol. Since large projects are more likely to transition incrementally, it's a blocker for them. https://github.com/llvm/llvm-project/pull/196472 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
