Bigcheese wrote:

It's much more Clang modules than C++ modules (although it also applies to 
header units). I'm not really concerned about separate preprocessors because 
this doesn't actually change the results of preprocessing, it just rejects some 
programs at preprocessing time (which these separate preprocessors could be 
updated to do). Also anyone using a separate preprocessor either isn't using a 
build system that does scanning like this, or is scanning the post-preprocessed 
source, which still works, although may not reject the program.

https://github.com/llvm/llvm-project/pull/157726
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to