This is an archive of the discontinued LLVM Phabricator instance.

[find-all-symbols] remove dots in SymbolInfo file paths.
ClosedPublic

Authored by ioeric on May 31 2016, 8:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric updated this revision to Diff 59075.May 31 2016, 8:32 AM
ioeric retitled this revision from to [find-all-symbols] remove dots in SymbolInfo file paths..
ioeric updated this object.
ioeric added a subscriber: cfe-commits.
bkramer edited edge metadata.

Adding Manuel as a second opinion. I think this is fine but paths are a messy problem, in particular removing .. can break symlinked directories.

klimek accepted this revision.May 31 2016, 9:19 AM
klimek edited edge metadata.

I think this is ok, mainly because the clean paths are explicitly for user code, where users usually like to have, well, clean paths.

This revision is now accepted and ready to land.May 31 2016, 9:19 AM
This revision was automatically updated to reflect the committed changes.