[PATCH] D60390: FileCheck [10/12]: Add support for signed numeric values
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 12 17:15:40 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/lib/Support/FileCheckImpl.h:46
Unsigned,
+ /// Value is an unsigned integer and should be printed as a decimal number.
+ Signed,
----------------
a signed integer
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60390/new/
https://reviews.llvm.org/D60390
More information about the llvm-commits
mailing list