[PATCH] D126996: [pseudo] Handle the language predefined identifier __func__

2022-06-07 Thread Haojian Wu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG90dab0473ef0: [pseudo] Handle the language predefined identifier __func__ (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE

[PATCH] D126996: [pseudo] Handle the language predefined identifier __func__

2022-06-03 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added a project: All. hokein requested review of this revision. Herald added a subscriber: alextsao1999. Herald added a project: clang-tools-extra. The clang lexer lexes it as a dedicated token kind (rather than identifier),