================
@@ -721,6 +721,16 @@ class Parser : public CodeCompletionHandler {
            Kind == tok::annot_repl_input_end;
   }
 
+  /// Determine if the given token marks the end of the current parsing unit.
----------------
vgvassilev wrote:

```suggestion
  /// Determine if the given token marks the end of the current partial 
translation unit.
```

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

Reply via email to