In ReplayPreamble::replay, use getFileRef instead of getFile, and
then use that FileEntryRef later to avoid needing
FileEntryRef::FileEntryRef. The latter is going to become private to
FileManager in a later commit.
Details
Details
- Reviewers
arphaman JDevlieghere teemperor
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit.
clang-tools-extra/clangd/ParsedAST.cpp | ||
---|---|---|
222 | You can drop the FIXME here now. |
Comment Actions
Committed in 434f3774f629f5896614e9efb4eda82d813402ed.
clang-tools-extra/clangd/ParsedAST.cpp | ||
---|---|---|
222 | Good point, fixed. |
You can drop the FIXME here now.