Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/refactor/tweaks/MemberwiseConstructor.cpp | ||
---|---|---|
182 | Fail instead? |
clang-tools-extra/clangd/refactor/tweaks/MemberwiseConstructor.cpp | ||
---|---|---|
182 | Fail seems too strict, the tweak is entirely unavailable if there is any incomplete-type field decls in a class, I think it is still useful to make the tweak available. |
Fail instead?