[all-commits] [llvm/llvm-project] 6aac56: [Demangle][Rust] Parse raw pointers

tmiasko via All-commits all-commits at lists.llvm.org
Sat May 22 02:51:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6aac56336d49fe27c8b8d6c1554a73065a10453b
      https://github.com/llvm/llvm-project/commit/6aac56336d49fe27c8b8d6c1554a73065a10453b
  Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
  Date:   2021-05-22 (Sat, 22 May 2021)

  Changed paths:
    M llvm/lib/Demangle/RustDemangle.cpp
    M llvm/test/Demangle/rust.test

  Log Message:
  -----------
  [Demangle][Rust] Parse raw pointers

Reviewed By: dblaikie

Part of https://reviews.llvm.org/D102580


  Commit: e4fa6c95aca1555167f867a0205cbc99caa2ce09
      https://github.com/llvm/llvm-project/commit/e4fa6c95aca1555167f867a0205cbc99caa2ce09
  Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
  Date:   2021-05-22 (Sat, 22 May 2021)

  Changed paths:
    M llvm/lib/Demangle/RustDemangle.cpp
    M llvm/test/Demangle/rust.test

  Log Message:
  -----------
  [Demangle][Rust] Parse references

Reviewed By: dblaikie

Part of https://reviews.llvm.org/D102580


  Commit: 75cc1cf0181a78d1e79c96b5d318f58a72050939
      https://github.com/llvm/llvm-project/commit/75cc1cf0181a78d1e79c96b5d318f58a72050939
  Author: Tomasz Miąsko <tomasz.miasko at gmail.com>
  Date:   2021-05-22 (Sat, 22 May 2021)

  Changed paths:
    M llvm/include/llvm/Demangle/RustDemangle.h
    M llvm/lib/Demangle/RustDemangle.cpp
    M llvm/test/Demangle/rust.test

  Log Message:
  -----------
  [Demangle][Rust] Parse function signatures

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D102581


Compare: https://github.com/llvm/llvm-project/compare/069174a6349b...75cc1cf0181a


More information about the All-commits mailing list