[PATCH] D47535: [FileSpec] Add support for lambdas to EnumerateDirectory. NFC

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 09:35:55 PDT 2018


zturner added a subscriber: JDevlieghere.
zturner added a comment.

+1 I’d like to get rid of all EnumerateXXX with callback functions and
replace with iterator based equivalents. Given that in this case the
iterator version already exists, I definitely think we should try to use it
instead


Repository:
  rL LLVM

https://reviews.llvm.org/D47535





More information about the llvm-commits mailing list