Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the quick fix.
clang-tools-extra/clangd/refactor/Rename.cpp | ||
---|---|---|
427 | I think using doesThisDeclarationHaveABody is a better fit, e.g. Foo(Foo& a) = default; is a definition, but no function body :) |
I think using doesThisDeclarationHaveABody is a better fit, e.g. Foo(Foo& a) = default; is a definition, but no function body :)