[PATCH] D120905: [demangler] Add operator precedence

Nathan Sidwell via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 11:18:51 PDT 2022


urnathan added a comment.

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

> It's wrapping the function args. I think it's just the space that confused me. Here's the example for completeness.
>
> `std::enable_if<sizeof (int) == 4, int>::type func<int>`

erm, there are no function args in that example? But the enable_if template arg list looks syntactically correct to me.  I've not changed the space in  'sizeof[SPC]([expr|type]) (or typeid/noexcep/alignof)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120905



More information about the llvm-commits mailing list