[PATCH] D81667: [RFC, FileCheck] Add precision to format specifier

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 21:54:01 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/lib/Support/FileCheckImpl.h:56
   Kind Value;
+  unsigned Precision;
 
----------------
Prefer default member initializer (`unsigned Precision = 0;`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81667





More information about the llvm-commits mailing list