Skip to content
Commit 4c154c6b authored by David Blaikie's avatar David Blaikie
Browse files

Devirtualize OptionValue::~OptionValue in favor of protected in the base, with...

Devirtualize OptionValue::~OptionValue in favor of protected in the base, with final derived classes

These objects are never polymorphically owned, so there's no need for
virtual dtors - just make the dtor protected in the base classes, and
make the derived classes final.

llvm-svn: 231217
parent fcae934c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment