https://github.com/ChuanqiXu9 commented:
In the commit message we should say "Close https://github.com/llvm/llvm-project/issues/172966" And also, yes, we can only do this when C++20 Modules are available. We can get this by LangOpts.CPlusPlus20. And also it will be good to do this to other diagnostics. e.g., <new> or anything else. https://github.com/llvm/llvm-project/pull/173236 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
