The clang lexer lexes it as a dedicated token kind (rather than
identifier), we extend the grammar to handle it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D126996
[pseudo] Handle the language predefined identifier __func__ hokein on Jun 3 2022, 12:52 PM. Authored by
Details The clang lexer lexes it as a dedicated token kind (rather than
Diff Detail
|