[PATCH] D60389: FileCheck [9/12]: Add support for matching formats
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 17:01:46 PST 2020
arichardson accepted this revision.
arichardson added a comment.
Thanks! Looks good, just one minor typo in the documentation.
================
Comment at: llvm/docs/CommandGuide/FileCheck.rst:596
+ indicate what number format to match (e.g. hex number). Currently accepted
+ format specifier are ``%u``, ``%x`` and ``%X``. If absent, the format
+ specifier defaults to ``%u``.
----------------
`accepted format specifiers`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60389/new/
https://reviews.llvm.org/D60389
More information about the llvm-commits
mailing list