[PATCH] D53893: [FileCheck] Annotate input dump (2/7)

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 10:44:11 PST 2018


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

One small comment fix needed, otherwise LGTM.



================
Comment at: llvm/include/llvm/Support/FileCheck.h:169
     MatchNoneButExpected,
+    /// a possible intended match (because no perfect match)
+    MatchFuzzy,
----------------
Comments should be proper sentences.


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

https://reviews.llvm.org/D53893





More information about the llvm-commits mailing list