By making all overloads non-virtual and delegating to a differently-named
private method, we avoid any (harmless) name-hiding in the subclasses.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82793
[clangd] Suppress GCC -Woverloaded-virtual by renaming ThreadsafeFS extension point ClosedPublic Authored by sammccall on Jun 29 2020, 10:52 AM.
Details Summary By making all overloads non-virtual and delegating to a differently-named
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 30 2020, 12:32 AM Closed by commit rG72568984b804: [clangd] Suppress GCC -Woverloaded-virtual by renaming ThreadsafeFS extension… (authored by sammccall). · Explain WhyJun 30 2020, 6:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 274451 clang-tools-extra/clangd/Preamble.cpp
clang-tools-extra/clangd/support/ThreadsafeFS.h
clang-tools-extra/clangd/support/ThreadsafeFS.cpp
clang-tools-extra/clangd/unittests/ClangdTests.cpp
clang-tools-extra/clangd/unittests/TestFS.h
|
private