[PATCH] D91277: [Syntax] Tablegen literal expressions.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 11 09:28:00 PST 2020


sammccall created this revision.
sammccall added reviewers: gribozavr2, eduucaldas.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
sammccall requested review of this revision.

Non-mechanical changes:

- Added FIXME to StringLiteral to cover multi-token string literals.
- LiteralExpression::getLiteralToken() is gone. (It was never called) This is because we don't codegen methods in Alternatives It's conceptually suspect if we consider multi-token string literals, though.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91277

Files:
  clang/include/clang/Tooling/Syntax/Nodes.h
  clang/include/clang/Tooling/Syntax/Nodes.td
  clang/lib/Tooling/Syntax/Nodes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91277.304549.patch
Type: text/x-patch
Size: 9335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201111/76c3b22c/attachment.bin>


More information about the cfe-commits mailing list