OSDN Git Service

[DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-delete...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 18 Nov 2016 18:00:19 +0000 (18:00 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 18 Nov 2016 18:00:19 +0000 (18:00 +0000)
commitfc3b3807b1f48686f4d05acb8d535223c0ebefb6
tree2d2e4797bae54fd17795621320c844ddf6703a83
parent3e367e61a752c3e4a30f9dbaebe055ff28be4cf8
[DebugInfo] Fix some Clang-tidy modernize-use-default, modernize-use-equal-delete and Include What You Use warnings; other minor fixes (NFC).

Per Zachary Turner and Mehdi Amini suggestion to make only post-commit reviews.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287355 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
include/llvm/DebugInfo/DIContext.h
include/llvm/DebugInfo/DWARF/DWARFContext.h
include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
include/llvm/DebugInfo/MSF/ByteStream.h
include/llvm/DebugInfo/MSF/IMSFFile.h
include/llvm/DebugInfo/MSF/SequencedItemStream.h
include/llvm/DebugInfo/MSF/StreamArray.h
include/llvm/DebugInfo/MSF/StreamInterface.h
include/llvm/DebugInfo/MSF/StreamRef.h
include/llvm/DebugInfo/MSF/StreamWriter.h
include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
include/llvm/DebugInfo/PDB/PDBContext.h
include/llvm/DebugInfo/PDB/Raw/ISectionContribVisitor.h
include/llvm/DebugInfo/PDB/Raw/ModInfo.h
include/llvm/DebugInfo/PDB/Raw/TpiHashing.h