Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp | ||
---|---|---|
392 | yeah I was considering redeclarations, but they should be handled in the previous if anyways. |
Paths
| Differential D85310
[clangd] Disable define out-of-line code action on templates ClosedPublic Authored by kadircet on Aug 5 2020, 7:22 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 5 2020, 11:01 AM Closed by commit rGd3ac30188666: [clangd] Disable define out-of-line code action on templates (authored by kadircet). · Explain WhyAug 5 2020, 12:01 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 283322 clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
clang-tools-extra/clangd/unittests/TweakTests.cpp
|
since we don't support template functions, I think this code can be removed.