================
@@ -381,7 +381,8 @@ struct InputAnnotation {
   unsigned InputLine;
   /// The column range (one-origin indexing, inclusive boundaries) in which to
   /// mark the input line.  If \c InputLastCol is \c UINT_MAX, the rest of the
-  /// input line should be marked.
+  /// input line should be marked, and another \c InputAnnotation will continue
+  /// it on the next line.
   unsigned InputFirstCol, InputLastCol;
----------------
MaskRay wrote:

Is InputFirstCol now 0-origin?

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

Reply via email to