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

Marek Kurdej via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 24 01:37:26 PST 2022


curdeius added a comment.

Looks ok for me, but I have no experience in this area.
I added some more reviewers, let's see what they say.



================
Comment at: llvm/docs/YamlIO.rst:567
+      bool operator==(const FooBarEnum &R) const {
+        return Foo==R.Foo && Bar == R.Bar;
+      }
----------------
Reformat.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120363



More information about the llvm-commits mailing list