[all-commits] [llvm/llvm-project] 0e5bff: [YAML] Support extended spellings when parsing bools.

Nathan James via All-commits all-commits at lists.llvm.org
Sat Dec 12 04:54:59 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e5bfffb1361727eb163c4ecdd5836818064240f
      https://github.com/llvm/llvm-project/commit/0e5bfffb1361727eb163c4ecdd5836818064240f
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-12-12 (Sat, 12 Dec 2020)

  Changed paths:
    M llvm/include/llvm/Support/YAMLParser.h
    M llvm/include/llvm/Support/YAMLTraits.h
    M llvm/lib/Support/YAMLParser.cpp
    M llvm/lib/Support/YAMLTraits.cpp
    M llvm/unittests/Support/YAMLParserTest.cpp

  Log Message:
  -----------
  [YAML] Support extended spellings when parsing bools.

Support all the spellings of boolean datatypes according to https://yaml.org/type/bool.html

Reviewed By: silvas

Differential Revision: https://reviews.llvm.org/D92755




More information about the All-commits mailing list