The demangler doesn't understand 'aw' as an operator name. This adds the necessary smarts -- you may use this as an operator function name, but not as an expression operator.
Details
Details
- Reviewers
iains ChuanqiXu bruno - Group Reviewers
Restricted Project - Commits
- rG75db1795e446: [demangler] Add co_await demangling
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Thanks!
you added it before I had a chance to raise the "missing" PR.
LGTM, the demangled output agrees with binutils for the test cases.