[llvm-branch-commits] [llvm] [FileCheck] Annotate search ranges with { } in -dump-input (PR #198138)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jun 14 22:06:29 PDT 2026


================
@@ -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


More information about the llvm-branch-commits mailing list