]> granicus.if.org Git - llvm/commit
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings;...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 30 Jun 2017 23:06:03 +0000 (23:06 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 30 Jun 2017 23:06:03 +0000 (23:06 +0000)
commit14a125c6c6654a023b821ddbc0f6483545d84b25
tree1ebdc96a846f3b9d2fa7aaa0b33a15de8ffb61f6
parent6d12ee83fa5476ce446d350520fb168eddd6001b
[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306911 91177308-0d34-0410-b5e6-96231b3b80d8
30 files changed:
include/llvm/DebugInfo/CodeView/Formatters.h
include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
include/llvm/DebugInfo/CodeView/SymbolSerializer.h
include/llvm/DebugInfo/CodeView/TypeServerHandler.h
include/llvm/DebugInfo/PDB/IPDBDataStream.h
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
include/llvm/DebugInfo/PDB/Native/Hash.h
include/llvm/DebugInfo/PDB/Native/HashTable.h
include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
include/llvm/DebugInfo/PDB/Native/ModuleDebugStreamBuilder.h [deleted file]
include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h
include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
include/llvm/DebugInfo/PDB/PDB.h
include/llvm/DebugInfo/PDB/PDBExtras.h
include/llvm/DebugInfo/PDB/PDBTypes.h
include/llvm/DebugInfo/PDB/UDTLayout.h
lib/DebugInfo/CodeView/Formatters.cpp
lib/DebugInfo/CodeView/StringsAndChecksums.cpp
lib/DebugInfo/CodeView/SymbolSerializer.cpp
lib/DebugInfo/PDB/Native/DbiModuleList.cpp
lib/DebugInfo/PDB/Native/Hash.cpp
lib/DebugInfo/PDB/Native/HashTable.cpp
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
lib/DebugInfo/PDB/Native/ModuleDebugStreamBuilder.cpp [deleted file]
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
lib/DebugInfo/PDB/PDB.cpp
lib/DebugInfo/PDB/PDBExtras.cpp
lib/DebugInfo/PDB/UDTLayout.cpp