This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG860cbbdd6b84: [SyntaxTree] Add support for
`LiteralExpression` (authored by eduucaldas).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
eduucaldas created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
eduucaldas requested review of this revision.
We use inheritance to model the grammar's disjunction rule:
literal:
integer-literal
character-literal
floating-point-literal
string-liter