[CodeView] Fix some Clang-tidy modernize-use-default, modernize-use-override and...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Thu, 17 Nov 2016 18:11:21 +0000 (18:11 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Thu, 17 Nov 2016 18:11:21 +0000 (18:11 +0000)
commit35a5fe9f07a69415bb13278287d951768646fa61
tree4bac8d5363f1af5d6533bb5189c8ae3eb91f5f97
parent31d97a5c8ab78c619deada0cdb1fcf64021d25dd
[CodeView] Fix some Clang-tidy modernize-use-default, modernize-use-override and Include What You Use warnings; other minor fixes (NFC).

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

llvm-svn: 287243
12 files changed:
llvm/include/llvm/DebugInfo/CodeView/CVRecord.h
llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
llvm/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h
llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h
llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h
llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h
llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h
llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h