This revision is part of another review.
Check this link for more details - https://reviews.llvm.org/D41535
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Looks good. Do you have commit access or do you need someone to land this patch for you?
Comment Actions
I can land this for you together with the other patch that you're working on.
BTW, have you seen that you could set a child revision in phabricator? That would link these two changes together, making it clear that those changes are closely related.
include/clang/Tooling/Tooling.h | ||
---|---|---|
299 | NIT: LLVM coding style requires full stop at the end of comments. /// \param BaseFS VFS used for all underlying file accesses when running the tool. |
NIT: LLVM coding style requires full stop at the end of comments.
Could we also rephrase it to not mention the OverlayFileSystem, the important bit seems to be that we use it for all fs operations. Something like: