]> granicus.if.org Git - clang/commit
Remove empty non-virtual destructors or mark them =default when non-public
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 11 Apr 2015 15:58:30 +0000 (15:58 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 11 Apr 2015 15:58:30 +0000 (15:58 +0000)
commit33fe0182f3623d0df6bb88a2fd83f48c6c561a6b
tree896a7235b385dcbc6b53617ff5fccdccceb6e079
parent79e18a8550402e8b1cff354c2a0008f37da5e627
Remove empty non-virtual destructors or mark them =default when non-public

These add no value but can make a class non-trivially copyable. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234689 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang/AST/RecordLayout.h
include/clang/ASTMatchers/Dynamic/VariantValue.h
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/CFG.h
include/clang/Basic/SourceManagerInternals.h
include/clang/Lex/MacroArgs.h
include/clang/Lex/MacroInfo.h
include/clang/Sema/CodeCompleteConsumer.h
include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
lib/CodeGen/CGObjCMac.cpp
lib/Index/SimpleFormatContext.h
lib/Rewrite/RewriteRope.cpp
utils/TableGen/NeonEmitter.cpp