[all-commits] [llvm/llvm-project] 75db17: [demangler] Add co_await demangling

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Tue Mar 1 04:49:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75db1795e44629b9c84c70410f6a6b106c4c5f3a
      https://github.com/llvm/llvm-project/commit/75db1795e44629b9c84c70410f6a6b106c4c5f3a
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2022-03-01 (Tue, 01 Mar 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] Add co_await demangling

The demangler doesn't understand 'aw' as an operator name. This adds
the necessary smarts -- you may use this as an operator functionname,
but not as an expression operator.

Reviewed By: ChuanqiXu

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




More information about the All-commits mailing list