Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better way...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 21 Jun 2015 06:51:35 +0000 (06:51 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 21 Jun 2015 06:51:35 +0000 (06:51 +0000)
commitcaca524562c2f7456a732b4460071122b19f5cd6
treedf016eb65df0b79a76be5768e05692989ff6121b
parentfa6a5de95b364099c85699fe49faade2b987605e
Devirtualize ArgList's dtor now that -Wvirtual-dtor and C++11 allow a better way to describe this situation

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240238 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Option/ArgList.h
lib/Option/ArgList.cpp