[PATCH] D53897: [FileCheck] Annotate input dump (5/7)

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 8 14:37:59 PST 2018


jdenny marked an inline comment as done.
jdenny added inline comments.


================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:441
+          if (M.InputStartCol <= Col && Col < M.InputEndCol)
+            InMatch = true;
+        }
----------------
A break statement could be here. 


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53897/new/

https://reviews.llvm.org/D53897





More information about the llvm-commits mailing list