This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE341182: [NFC] Use LLVM naming conventions within
FileDistance (authored by omtcyfz, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D51527?vs=163474&id=163476#toc
Repository:
rCTE
kbobyrev updated this revision to Diff 163474.
https://reviews.llvm.org/D51527
Files:
clang-tools-extra/clangd/FileDistance.cpp
clang-tools-extra/clangd/FileDistance.h
Index: clang-tools-extra/clangd/FileDistance.h
===
--- clan
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/FileDistance.cpp:56
-constexpr const unsigned FileDistance::kUnreachable;
-
I think this is required - are y
kbobyrev created this revision.
kbobyrev added reviewers: sammccall, ioeric.
kbobyrev added a project: clang-tools-extra.
Herald added subscribers: kadircet, arphaman, jkorous.
https://reviews.llvm.org/D51527
Files:
clang-tools-extra/clangd/FileDistance.cpp
clang-tools-extra/clangd/FileDistan