[libcxx-commits] [PATCH] D120905: [demangler] Add operator precedence

Nathan Sidwell via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 29 10:39:26 PDT 2022


urnathan added a comment.

In D120905#3414455 <https://reviews.llvm.org/D120905#3414455>, @frgossen wrote:

> I see parenthesis around simple types like `int`. Not sure if this is intended.

do you mean things like '(int)1' --that's a cast (and I remember being tripped up by that.  If it's something else can you provide a testcase?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120905



More information about the libcxx-commits mailing list