[all-commits] [llvm/llvm-project] fd598e: [clangd] Bring back early-claim approach to fix a ...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Tue Jan 18 01:22:46 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd598e185972f76a50c45e1402ab3b0fd70664b9
https://github.com/llvm/llvm-project/commit/fd598e185972f76a50c45e1402ab3b0fd70664b9
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M clang-tools-extra/clangd/Selection.cpp
M clang-tools-extra/clangd/unittests/SelectionTests.cpp
Log Message:
-----------
[clangd] Bring back early-claim approach to fix a selection-tree regression.
The early-claim hack was removed in 96f5cc1ee417f863f85756d1e56b1bed1bd76a7e,
we see a regression about captured var-decl in lambda.
Fixes https://github.com/clangd/clangd/issues/990.
Differential Revision: https://reviews.llvm.org/D117472
More information about the All-commits
mailing list