[all-commits] [llvm/llvm-project] ed2d4d: [demangler] Fold expressions of .* and ->*

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Tue May 3 06:46:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed2d4da732006d76e2f7b4315a2056b2d7b2f15c
      https://github.com/llvm/llvm-project/commit/ed2d4da732006d76e2f7b4315a2056b2d7b2f15c
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2022-05-03 (Tue, 03 May 2022)

  Changed paths:
    M libcxxabi/src/demangle/ItaniumDemangle.h
    M libcxxabi/test/test_demangle.pass.cpp
    M llvm/include/llvm/Demangle/ItaniumDemangle.h

  Log Message:
  -----------
  [demangler] Fold expressions of .* and ->*

(Exitingly) a fold expression's operators include .* and ->*, but we
failed to demangle them as we categorize those as MemberExprs, not
BinaryExprs.

Reviewed By: dblaikie

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




More information about the All-commits mailing list