We use inheritance to model the grammar's disjunction rule:
literal: integer-literal character-literal floating-point-literal string-literal boolean-literal pointer-literal user-defined-literal
Paths
| Differential D85186
[SyntaxTree] Add support for `LiteralExpression` ClosedPublic Authored by eduucaldas on Aug 4 2020, 1:51 AM.
Details
Summary We use inheritance to model the grammar's disjunction rule: literal: integer-literal character-literal floating-point-literal string-literal boolean-literal pointer-literal user-defined-literal
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 4 2020, 4:44 AM This revision was landed with ongoing or failed builds.Aug 4 2020, 7:05 AM Closed by commit rG860cbbdd6b84: [SyntaxTree] Add support for `LiteralExpression` (authored by eduucaldas). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 282910 clang/include/clang/Tooling/Syntax/Nodes.h
clang/lib/Tooling/Syntax/Nodes.cpp
|