[PATCH] D14961: LLVM CodeView library

Dave Bartolomeo via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 16:44:50 PST 2015


DaveBartolomeo updated this revision to Diff 43196.
DaveBartolomeo added a comment.

Fixed mostly stylistic feedback from Sean Silva.
Removed a few .cpp files that are empty because all of the relevant member functions were defined inline in the header.
Made comments into complete sentences.
Removed accidental use of throw().


http://reviews.llvm.org/D14961

Files:
  include/llvm/DebugInfo/CodeView/CodeView.h
  include/llvm/DebugInfo/CodeView/CodeViewOStream.h
  include/llvm/DebugInfo/CodeView/FieldListRecordBuilder.h
  include/llvm/DebugInfo/CodeView/FunctionId.h
  include/llvm/DebugInfo/CodeView/Line.h
  include/llvm/DebugInfo/CodeView/ListRecordBuilder.h
  include/llvm/DebugInfo/CodeView/MemoryTypeTableBuilder.h
  include/llvm/DebugInfo/CodeView/MethodListRecordBuilder.h
  include/llvm/DebugInfo/CodeView/TypeIndex.h
  include/llvm/DebugInfo/CodeView/TypeRecord.h
  include/llvm/DebugInfo/CodeView/TypeRecordBuilder.h
  include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h
  include/llvm/DebugInfo/CodeView/TypeTableBuilder.h
  lib/DebugInfo/CMakeLists.txt
  lib/DebugInfo/CodeView/CMakeLists.txt
  lib/DebugInfo/CodeView/FieldListRecordBuilder.cpp
  lib/DebugInfo/CodeView/LLVMBuild.txt
  lib/DebugInfo/CodeView/Line.cpp
  lib/DebugInfo/CodeView/ListRecordBuilder.cpp
  lib/DebugInfo/CodeView/MemoryTypeTableBuilder.cpp
  lib/DebugInfo/CodeView/MethodListRecordBuilder.cpp
  lib/DebugInfo/CodeView/TypeRecordBuilder.cpp
  lib/DebugInfo/CodeView/TypeTableBuilder.cpp
  lib/DebugInfo/LLVMBuild.txt
  lib/DebugInfo/Makefile

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14961.43196.patch
Type: text/x-patch
Size: 75073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151218/8a7e5079/attachment.bin>


More information about the llvm-commits mailing list