[all-commits] [llvm/llvm-project] 9946dc: [clangd] Improve heuristic resolution of dependent...
Nathan Ridge via All-commits
all-commits at lists.llvm.org
Mon Jul 20 23:04:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9946dcd3e9c7e8c7383265b82cc250c72a444f24
https://github.com/llvm/llvm-project/commit/9946dcd3e9c7e8c7383265b82cc250c72a444f24
Author: Nathan Ridge <zeratul976 at hotmail.com>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Log Message:
-----------
[clangd] Improve heuristic resolution of dependent types in TargetFinder
* Try to apply heuristic resolution recursively to the base
expression of a CXXDependentScopeMemberExpr.
* Try to apply heuristic resolution recursively to the callee
expression in a call expression.
Fixes https://github.com/clangd/clangd/issues/441
Subscribers: ilya-biryukov, jkorous, arphaman, kadircet, usaxena95, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D82739
More information about the All-commits
mailing list