[all-commits] [llvm/llvm-project] 773059: [clangd] FindTarget resolves base specifier
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Jan 26 11:04:35 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7730599c41646842f325598f24c77c8157acd706
https://github.com/llvm/llvm-project/commit/7730599c41646842f325598f24c77c8157acd706
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/FindTarget.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
Log Message:
-----------
[clangd] FindTarget resolves base specifier
FindTarget on the virtual keyword or access specifier of a base specifier will now resolve to type of the base specifier.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D95338
More information about the All-commits
mailing list