[PATCH] D46054: [TableGen] Add a general-purpose JSON backend.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 07:00:51 PDT 2018


simon_tatham added a comment.

OK, `!name` + `!anonymous` it is. (That was how I'd drafted it too, so I think we had the same mild preference.)

I'm afraid this patch now has a very tiny conflict with https://reviews.llvm.org/D47430, in that we've both added braces to the same if statement in `TGParser::ParseDefm`.


https://reviews.llvm.org/D46054





More information about the llvm-commits mailing list