[PATCH] D42736: [DebugInfo] Improvements to representation of enumeration types (PR36168)

Momchil Velikov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 1 09:40:28 PST 2018


chill updated this revision to Diff 132414.
chill added a comment.

Minor update, the parameter to `createEnumerator` is `IsUnsigned` now (instead of `IsSigned`), changed caller.


https://reviews.llvm.org/D42736

Files:
  lib/CodeGen/CGDebugInfo.cpp
  test/CodeGen/debug-info-enum.cpp
  test/CodeGenCXX/debug-info-enum-class.cpp
  test/CodeGenCXX/debug-info-enum.cpp
  test/Modules/ModuleDebugInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42736.132414.patch
Type: text/x-patch
Size: 7246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180201/c0891e48/attachment-0001.bin>


More information about the cfe-commits mailing list