[PATCH] D43060: [CodeView] Lower __restrict and other pointer qualifiers correctly

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 14:06:17 PST 2018


rnk updated this revision to Diff 135974.
rnk added a comment.

- Remove dead parameters
- Fix a null deref for 'const void'


https://reviews.llvm.org/D43060

Files:
  llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/DebugInfo/CodeView/RecordName.cpp
  llvm/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  llvm/test/DebugInfo/COFF/type-quals.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43060.135974.patch
Type: text/x-patch
Size: 30319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180226/dd967099/attachment-0001.bin>


More information about the llvm-commits mailing list