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

Björn Schäpers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 2 11:36:02 PST 2022


HazardyKnusperkeks added a comment.

In D120398#3353053 <https://reviews.llvm.org/D120398#3353053>, @owenpan wrote:

> 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>)?

+1


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