Explicit specifier can only be mentioned on the in-line declaration of a
constructor, so don't carry it over to the definition.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D98164
[clangd] Drop explicit specifier on define out-of-line ClosedPublic Authored by kadircet on Mar 8 2021, 12:01 AM.
Details Summary Explicit specifier can only be mentioned on the in-line declaration of a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2021, 5:16 AM Closed by commit rGb1a5df174e1d: [clangd] Drop explicit specifier on define out-of-line (authored by kadircet). · Explain WhyMar 11 2021, 4:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 329922 clang-tools-extra/clangd/refactor/tweaks/DefineOutline.cpp
clang-tools-extra/clangd/unittests/tweaks/DefineOutlineTests.cpp
|