[PATCH] D157297: [clang] Fixes compile error like error: expected unqualified-id for ::_tzcnt_u32(mask);

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 18:27:32 PDT 2023


pengfei added a comment.

The description is not clear to me. You should describe the reason rather than phenomenon.

My understanding is double colon cannot operator cannot resolve functions with parentheses. But I didn't find enough proof in Google. It'd be more persuasive if you can find it and add to the description.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157297



More information about the cfe-commits mailing list