This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix incorrect file path for symbols defined by the compile command-line option.
ClosedPublic

Authored by hokein on Feb 5 2018, 8:59 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein created this revision.Feb 5 2018, 8:59 AM
ioeric accepted this revision.Feb 6 2018, 1:44 AM

lg

clangd/index/SymbolCollector.cpp
132 ↗(On Diff #132842)

nit: s/<commandline>/<command line>?

This revision is now accepted and ready to land.Feb 6 2018, 1:44 AM
hokein updated this revision to Diff 132956.Feb 6 2018, 1:47 AM
hokein edited the summary of this revision. (Show Details)

Fix a typo

This revision was automatically updated to reflect the committed changes.