[PATCH] D32506: Rename some PDB classes

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 09:24:32 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL301555: Rename some PDB classes. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D32506?vs=96636&id=96928#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32506

Files:
  llvm/trunk/include/llvm/DebugInfo/CodeView/CodeView.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragment.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleDebugFragmentVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleSubstream.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModInfo.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModInfoBuilder.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/RawTypes.h
  llvm/trunk/include/llvm/DebugInfo/Symbolize/Symbolize.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/EnumTables.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragment.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleDebugFragmentVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleSubstream.cpp
  llvm/trunk/lib/DebugInfo/CodeView/ModuleSubstreamVisitor.cpp
  llvm/trunk/lib/DebugInfo/PDB/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiModuleDescriptor.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/ModInfo.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/ModInfoBuilder.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/ModStream.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp
  llvm/trunk/lib/DebugInfo/Symbolize/Symbolize.cpp
  llvm/trunk/lib/MC/MCCodeView.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/StreamUtil.cpp
  llvm/trunk/tools/llvm-pdbdump/YAMLOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/YAMLOutputStyle.h
  llvm/trunk/tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp
  llvm/trunk/tools/llvm-pdbdump/llvm-pdbdump.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32506.96928.patch
Type: text/x-patch
Size: 99727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/54a3ed47/attachment.bin>


More information about the llvm-commits mailing list