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

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 09:10:23 PDT 2020


Paul-C-Anagnostopoulos added a comment.

No, there is no ArrayRef constructor that accepts a StringRef. You get the expected error "cannot convert argument 1 ..."

I changed the new definition to accept a SmallVector rather than a std::vector, which at least gets rid of the malloc.


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

https://reviews.llvm.org/D88832



More information about the llvm-commits mailing list