[PATCH] D116618: [clangd] Use the localSourceRange as the default claimed range for typelocs.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 4 12:43:06 PST 2022
hokein added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/SelectionTests.cpp:234
)cpp",
- "FunctionProtoTypeLoc",
+ "PointerTypeLoc",
},
----------------
these two new behavior changes seem to be more appropriate.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116618/new/
https://reviews.llvm.org/D116618
More information about the cfe-commits
mailing list