[all-commits] [llvm/llvm-project] d92413: [clangd] Selection handles CXXBaseSpecifier
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Jan 26 11:04:22 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d92413a45e207fcdb414b85e3d255340d9bc1246
https://github.com/llvm/llvm-project/commit/d92413a45e207fcdb414b85e3d255340d9bc1246
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M clang-tools-extra/clangd/Selection.cpp
M clang-tools-extra/clangd/unittests/RenameTests.cpp
M clang-tools-extra/clangd/unittests/SelectionTests.cpp
M clang/lib/AST/ASTTypeTraits.cpp
Log Message:
-----------
[clangd] Selection handles CXXBaseSpecifier
Selection now includes the virtual and access modifier as part of their range for cxx base specifiers.
Reviewed By: sammccall
Differential Revision: https://reviews.llvm.org/D95231
More information about the All-commits
mailing list