| commit | 66f486fe11dae63f455cf9ee6f959b720f74fdd8 | [log] [tgz] |
|---|---|---|
| author | Benjamin Kramer <benny.kra@googlemail.com> | Sun Mar 22 18:22:33 2015 +0000 |
| committer | Benjamin Kramer <benny.kra@googlemail.com> | Sun Mar 22 18:22:33 2015 +0000 |
| tree | e7ae57bf10ad869264fd9b1813fbcf82fe069dcc | |
| parent | b474c04f4985af7138572b521ba19fdda012dc2f [diff] |
FoldingSet: Make FoldingSetImpl's dtor protected and non-virtual It's not intended to be polymorphically deleted. Make FoldingSet and ContextualFoldingSet final to avoid noise from -Wnon-virtual-dtor. No functional change intended. llvm-svn: 232922