[PATCH] D120884: [format] Use int8_t as the underlying type of all enums in FormatStyle
Konrad Wilhelm Kleine via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 3 02:58:39 PST 2022
kwk created this revision.
kwk added reviewers: HazardyKnusperkeks, MyDeveloperDay, curdeius.
Herald added a project: All.
kwk requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
It was requested here (https://reviews.llvm.org/D120398#3353053) to make
the underlying type of all enums in `FormatStyle` an `int8_t`.
Originally the type was changed in https://reviews.llvm.org/D93758.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120884
Files:
clang/include/clang/Format/Format.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120884.412651.patch
Type: text/x-patch
Size: 13893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220303/e6cda201/attachment-0001.bin>
More information about the cfe-commits
mailing list