[PATCH] D120363: [yamlio] Allow parsing an entire mapping as an enumeration

sstwcw via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 15:19:39 PST 2022


sstwcw created this revision.
sstwcw added reviewers: grimar, njames93.
Herald added a subscriber: dexonsmith.
sstwcw requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

For when we want to change a configuration option from an enum into a
struct.  The need arose when working on D119599 <https://reviews.llvm.org/D119599>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120363

Files:
  llvm/docs/YamlIO.rst
  llvm/include/llvm/Support/YAMLTraits.h
  llvm/unittests/Support/YAMLIOTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120363.410654.patch
Type: text/x-patch
Size: 6374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220222/e9b0a4c3/attachment.bin>


More information about the llvm-commits mailing list