[PATCH] D102179: [Demangle][Rust] Parse integer constants

Tomasz Miąsko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 06:09:45 PDT 2021


tmiasko updated this revision to Diff 344381.
tmiasko marked 3 inline comments as done.
tmiasko added a comment.

Address review comments

- Add an basic type enum & reuse basic type parsing.
- Use APInt to format all const integers as decimals.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102179/new/

https://reviews.llvm.org/D102179

Files:
  llvm/include/llvm/Demangle/RustDemangle.h
  llvm/lib/Demangle/RustDemangle.cpp
  llvm/test/Demangle/rust.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102179.344381.patch
Type: text/x-patch
Size: 10298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/b9889643/attachment.bin>


More information about the llvm-commits mailing list