[PATCH] D88832: [TableGen] Add new getAllDerivedDefinitionsTwo function to RecordKeeper

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 5 07:42:24 PDT 2020


jrtc27 added a comment.

In D88832#2311870 <https://reviews.llvm.org/D88832#2311870>, @Paul-C-Anagnostopoulos wrote:

> Okay, I'm sold. I will overload the existing function with one that takes a set.
>
> I didn't realize that the full context is hidden by default, so when I submit the revised patch I will include full context.

It's not if you use arc, but if you're manually uploading diffs yourself then it only knows about the context you provide.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88832



More information about the llvm-commits mailing list