forked from OSchip/llvm-project
[clangd] Fix an incorrect comment, NFC.
This commit is contained in:
parent
4fc68b9b7f
commit
60d7e723e3
|
@ -50,7 +50,7 @@ std::unique_ptr<RefSlab> buildRefSlab(const Annotations &Code,
|
|||
}
|
||||
|
||||
std::vector<
|
||||
std::pair</*InitialCode*/ std::string, /*CodeAfterRename*/ std::string>>
|
||||
std::pair</*FilePath*/ std::string, /*CodeAfterRename*/ std::string>>
|
||||
applyEdits(FileEdits FE) {
|
||||
std::vector<std::pair<std::string, std::string>> Results;
|
||||
for (auto &It : FE)
|
||||
|
|
Loading…
Reference in New Issue