Make use of the convenience helpers from FileSystem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Looks good, modulo the filesystem copy comment.
source/Commands/CommandCompletions.cpp | ||
---|---|---|
180 ↗ | (On Diff #176525) | This should surely be a reference, no? Making a copy of a filesystem sounds weird (and should probably be forbidden by deleting the copy constructor). |
source/Commands/CommandCompletions.cpp | ||
---|---|---|
180 ↗ | (On Diff #176525) | Correct, this is a typo but shouldn't compile. I'll include the fix when landing. |