[PATCH] D120398: [format] follow up: Use unsigned char as the base of all enums in FormatStyle

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 1 15:24:51 PST 2022


owenpan added a comment.

Can we use `int8_t` instead of `unsigned char` to keep the enum types signed (and update the changes made in D93758 <https://reviews.llvm.org/D93758>)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120398



More information about the cfe-commits mailing list