[PATCH] D69934: [clangd] Implement rename by using SelectionTree and findExplicitReferences.
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 18 15:50:07 PST 2019
thakis added a comment.
The test fails on Windows:
http://45.33.8.238/win/2544/step_7.txt
Failing Tests (2):
Clangd Unit Tests :: ./ClangdTests.exe/RenameTest.Renameable
Clangd Unit Tests :: ./ClangdTests.exe/RenameTest.WithinFileRename
I'm guessing this needs the -fno-delayed-template-parsing treatment (look for that in other files in clangd/unittests)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69934/new/
https://reviews.llvm.org/D69934
More information about the cfe-commits
mailing list