https://github.com/Bigcheese commented:
The code changes here look fine, but it would be good to have some more test examples. Particularly around things like: ``` #define M modA @import M; ``` and cases that shouldn't compile, like: ``` #define imp @import imp M; ``` https://github.com/llvm/llvm-project/pull/157726 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
