[PATCH] D148197: [TableGen] Allow references to class template arguments in defvar

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 03:30:45 PDT 2023


pcwang-thead added a comment.

In D148197#4264228 <https://reviews.llvm.org/D148197#4264228>, @simon_tatham wrote:

> And in all the //other// cases of `ParseDefvar`, the default `nullptr` parameter is used, so everything still behaves the same in contexts that aren't a `class` definition? Seems reasonable to me!

Yes! I think it will be more intuitive in this way.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148197



More information about the llvm-commits mailing list