[PATCH] D93758: [format][NFC] Use unsigned char as the base of all enums in FormatStyle

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 23 07:53:19 PST 2020


njames93 updated this revision to Diff 313559.
njames93 added a comment.

- Update dump_format_style script

Only tweaked regex to support enum <name> : <words> ... {
Decided there wasn't much to gain from supporting nested types etc


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93758

Files:
  clang/docs/tools/dump_format_style.py
  clang/include/clang/Format/Format.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93758.313559.patch
Type: text/x-patch
Size: 9769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201223/478ebeba/attachment-0001.bin>


More information about the cfe-commits mailing list