================
@@ -100,6 +100,10 @@ class TokenLexer {
   /// See the flag documentation for details.
   bool IsReinject : 1;
 
+  /// This is true if this TokenLexer is created when handling C++ module
+  /// directive.
----------------
cor3ntin wrote:

```suggestion
  /// This is true if this TokenLexer is created when handling a C++ module
  /// directive.
```

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

Reply via email to