[PATCH] D93654: [TableGen] Change getAllDerivedDefinitions() to return const vector &

Paul C. Anagnostopoulos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 21 11:33:14 PST 2020


Paul-C-Anagnostopoulos added a comment.

Is ArrayRef better in some stylistic sense? I'm happy to switch to it.

How do you declare that the vector pointed to by the ArrayRef is constant?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93654



More information about the llvm-commits mailing list