================
@@ -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?
----------------
yronglin wrote:

Good catch, we should remove this comments

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