[all-commits] [llvm/llvm-project] 063bd3: [format] Use int8_t as the underlying type of all ...
Konrad Kleine via All-commits
all-commits at lists.llvm.org
Mon Mar 21 14:28:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 063bd3b886b2e9baf35de5655807d150dd727038
https://github.com/llvm/llvm-project/commit/063bd3b886b2e9baf35de5655807d150dd727038
Author: Konrad Kleine <kkleine at redhat.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M clang/include/clang/Format/Format.h
Log Message:
-----------
[format] Use int8_t as the underlying type of all enums in FormatStyle
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.
Reviewed By: HazardyKnusperkeks, curdeius, owenpan
Differential Revision: https://reviews.llvm.org/D120884
More information about the All-commits
mailing list