[Lldb-commits] [PATCH] D30624: Remove all of LLDB's custom filesystem statting code.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 6 08:38:08 PST 2017
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Cool.
I would find `using fs = llvm::sys::fs` (or whatever is the correct namespace alias syntax) more readable, as you then still have `fs::` in the references, but maybe that's just my preference...
https://reviews.llvm.org/D30624
More information about the lldb-commits
mailing list