Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp | ||
---|---|---|
400 | nit: you can fold the two if-s together. |
Paths
| Differential D89307
[clangd] Disable extract variable for RHS of assignments ClosedPublic Authored by kadircet on Oct 13 2020, 4:07 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 13 2020, 4:48 AM This revision was landed with ongoing or failed builds.Oct 14 2020, 5:27 AM Closed by commit rG82a71822a54d: [clangd] Disable extract variable for RHS of assignments (authored by kadircet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 298128 clang-tools-extra/clangd/refactor/tweaks/ExtractVariable.cpp
clang-tools-extra/clangd/unittests/TweakTests.cpp
|
nit: you can fold the two if-s together.