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

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 08:45:52 PDT 2018


labath added a comment.

Actually, I wonder if we shouldn't just deprecate this function altogether. What was your motivation for this patch? It seems we already have `llvm::fs::(recursive_)directory_iterator` for this purpose. It would be great if we could use that for all new code. Have you looked at that?


Repository:
  rL LLVM

https://reviews.llvm.org/D47535





More information about the llvm-commits mailing list