[PATCH] D92755: [YAML] Support extended spellings when parsing bools.
Nathan James via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 04:43:08 PST 2020
njames93 created this revision.
njames93 added a reviewer: silvas.
Herald added subscribers: dexonsmith, hiraditya.
njames93 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Support all the spellings of boolean datatypes according to https://yaml.org/type/bool.html
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92755
Files:
llvm/include/llvm/Support/YAMLParser.h
llvm/include/llvm/Support/YAMLTraits.h
llvm/lib/Support/YAMLParser.cpp
llvm/lib/Support/YAMLTraits.cpp
llvm/unittests/Support/YAMLParserTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92755.309879.patch
Type: text/x-patch
Size: 5950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201207/156d1cd3/attachment.bin>
More information about the llvm-commits
mailing list