[PATCH] D68937: [clangd] Add parameter renaming to define-inline code action
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 04:58:50 PDT 2019
thakis added inline comments.
================
Comment at: clang-tools-extra/clangd/unittests/TweakTests.cpp:1388
// results in arbitrary failures as function body becomes NULL.
ExtraArgs.push_back("-fno-delayed-template-parsing");
+ for (const auto &Case : Cases)
----------------
You might need something like this in some of the new tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68937/new/
https://reviews.llvm.org/D68937
More information about the cfe-commits
mailing list