vsapsai wrote:

In C++ we reject mismatched types coming from different Clang modules. Haven't 
checked the behavior for C++20 modules as I'm not changing it.

In C modules aren't a part of any standard as far as I know. But for Clang 
modules we reject most of the mismatched types coming from different modules. 
The current change extends the set of "most of the mismatched types" to include 
enums.

https://github.com/llvm/llvm-project/pull/90298
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to