[PATCH] D33245: Simplify the use of CVTypeVisitor
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 15:22:42 PDT 2017
zturner updated this revision to Diff 99217.
zturner added a comment.
Use enum instead of bool.
https://reviews.llvm.org/D33245
Files:
llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
llvm/include/llvm/DebugInfo/CodeView/RandomAccessTypeVisitor.h
llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h
llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
llvm/lib/DebugInfo/CodeView/CVTypeDumper.cpp
llvm/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
llvm/lib/DebugInfo/CodeView/RandomAccessTypeVisitor.cpp
llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
llvm/lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp
llvm/tools/llvm-pdbdump/Analyze.cpp
llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp
llvm/tools/llvm-pdbdump/PdbYaml.cpp
llvm/tools/llvm-pdbdump/YamlTypeDumper.cpp
llvm/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
llvm/unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33245.99217.patch
Type: text/x-patch
Size: 28682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170516/eb2fda70/attachment.bin>
More information about the llvm-commits
mailing list