[PATCH] D53894: [FileCheck] Annotate input dump (3/7)
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 12 10:49:04 PST 2018
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
Comment issue, otherwise LGTM.
================
Comment at: llvm/include/llvm/Support/FileCheck.h:167
// TODO: More members will appear with later patches in this series.
+ /// the final match for an expected pattern but on the wrong line
+ MatchFinalButWrongLine,
----------------
Comments should be proper sentences.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53894/new/
https://reviews.llvm.org/D53894
More information about the llvm-commits
mailing list