================
@@ -947,6 +940,10 @@ bool Scanner::lexPPLine(const char *&First, const char
*const End) {
auto ScEx2 = make_scope_exit(
[&]() { TheLexer.setParsingPreprocessorDirective(false); });
+ // FIXME: Shoule we handle @import as a preprocessing directive?
----------------
Bigcheese wrote:
Is this FIXME still relevant after this change?
https://github.com/llvm/llvm-project/pull/157726
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits