]> granicus.if.org Git - llvm/commit
[CodeView/PDB] Rename a bunch of files.
authorZachary Turner <zturner@google.com>
Wed, 11 Jan 2017 00:35:43 +0000 (00:35 +0000)
committerZachary Turner <zturner@google.com>
Wed, 11 Jan 2017 00:35:43 +0000 (00:35 +0000)
commiteb6ab04fb22be45774af735741545d6233f79169
tree1ad41662a97a12ed0a3463ed264700e028d40047
parente85dd39ac9644593cd79511632f24ce381bd9405
[CodeView/PDB] Rename a bunch of files.

We were starting to get some name clashes between llvm-pdbdump
and the common CodeView framework, so I took this opportunity
to rename a bunch of files to more accurately describe their
usage.  This also helps in llvm-pdbdump to distinguish
between different files and whether they are used for pretty
dump mode or raw dump mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291627 91177308-0d34-0410-b5e6-96231b3b80d8
29 files changed:
include/llvm/DebugInfo/CodeView/CVTypeDumper.h [moved from include/llvm/DebugInfo/CodeView/TypeDumper.h with 95% similarity]
include/llvm/DebugInfo/CodeView/TypeDumperBase.h [new file with mode: 0644]
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
lib/DebugInfo/CodeView/CMakeLists.txt
lib/DebugInfo/CodeView/CVTypeDumper.cpp [moved from lib/DebugInfo/CodeView/TypeDumper.cpp with 98% similarity]
lib/DebugInfo/CodeView/SymbolDumper.cpp
tools/llvm-pdbdump/CMakeLists.txt
tools/llvm-pdbdump/LLVMOutputStyle.h
tools/llvm-pdbdump/PrettyBuiltinDumper.cpp [moved from tools/llvm-pdbdump/BuiltinDumper.cpp with 95% similarity]
tools/llvm-pdbdump/PrettyBuiltinDumper.h [moved from tools/llvm-pdbdump/BuiltinDumper.h with 79% similarity]
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp [moved from tools/llvm-pdbdump/ClassDefinitionDumper.cpp with 96% similarity]
tools/llvm-pdbdump/PrettyClassDefinitionDumper.h [moved from tools/llvm-pdbdump/ClassDefinitionDumper.h with 90% similarity]
tools/llvm-pdbdump/PrettyCompilandDumper.cpp [moved from tools/llvm-pdbdump/CompilandDumper.cpp with 97% similarity]
tools/llvm-pdbdump/PrettyCompilandDumper.h [moved from tools/llvm-pdbdump/CompilandDumper.h with 86% similarity]
tools/llvm-pdbdump/PrettyEnumDumper.cpp [moved from tools/llvm-pdbdump/EnumDumper.cpp with 92% similarity]
tools/llvm-pdbdump/PrettyEnumDumper.h [moved from tools/llvm-pdbdump/EnumDumper.h with 77% similarity]
tools/llvm-pdbdump/PrettyExternalSymbolDumper.cpp [moved from tools/llvm-pdbdump/ExternalSymbolDumper.cpp with 92% similarity]
tools/llvm-pdbdump/PrettyExternalSymbolDumper.h [moved from tools/llvm-pdbdump/ExternalSymbolDumper.h with 77% similarity]
tools/llvm-pdbdump/PrettyFunctionDumper.cpp [moved from tools/llvm-pdbdump/FunctionDumper.cpp with 98% similarity]
tools/llvm-pdbdump/PrettyFunctionDumper.h [moved from tools/llvm-pdbdump/FunctionDumper.h with 86% similarity]
tools/llvm-pdbdump/PrettyTypeDumper.cpp [moved from tools/llvm-pdbdump/TypeDumper.cpp with 92% similarity]
tools/llvm-pdbdump/PrettyTypeDumper.h [moved from tools/llvm-pdbdump/TypeDumper.h with 79% similarity]
tools/llvm-pdbdump/PrettyTypedefDumper.cpp [moved from tools/llvm-pdbdump/TypedefDumper.cpp with 94% similarity]
tools/llvm-pdbdump/PrettyTypedefDumper.h [moved from tools/llvm-pdbdump/TypedefDumper.h with 84% similarity]
tools/llvm-pdbdump/PrettyVariableDumper.cpp [moved from tools/llvm-pdbdump/VariableDumper.cpp with 97% similarity]
tools/llvm-pdbdump/PrettyVariableDumper.h [moved from tools/llvm-pdbdump/VariableDumper.h with 86% similarity]
tools/llvm-pdbdump/YAMLOutputStyle.h
tools/llvm-pdbdump/llvm-pdbdump.cpp
tools/llvm-readobj/COFFDumper.cpp