[PATCH] D137494: [Clangd] Fix the code action `RemoveUsingNamespace`
Jun Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 5 20:56:31 PDT 2022
junaire added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp:236
+ }
+ using namespace n^s;
+ int main() {
----------------
v1nh1shungry wrote:
> junaire wrote:
> > is this a typo?
> I guess not. I refer to the tests above and I think this represents the cursor. But I'm not sure though.
> I guess not. I refer to the tests above and I think this represents the cursor. But I'm not sure though.
OK, thanks for the clarification!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137494/new/
https://reviews.llvm.org/D137494
More information about the cfe-commits
mailing list