[PATCH] D25597: Try to fix buildbot failure in VirtualFileSystem caused by r284129.
Bruno Cardoso Lopes via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 14 13:12:02 PDT 2016
bruno added a comment.
One possible reason: remove_dots is called upon a path with a leading "..", which then gets appended in front of another path to form the absolute path. I'm taking a look right now to try to figure out if there's any code path that might lead to this.
https://reviews.llvm.org/D25597
More information about the cfe-commits
mailing list