hubert-reinterpretcast wrote:

> Sorry, I don't understand here, extern is a keyword, this `import` will be 
> treated as `kw_import`

Exactly, in phase 4 we are supposed to transform the import into `kw_import`. 
In phase 7, we should get an error about an invalid module import declaration. 
I am getting no error at all with a build containing all of the commits from 
this PR except the latest one (which should make no difference on this point).

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

Reply via email to