[PATCH] D136941: [clang][Interp] Implement String-and CharacterLiterals

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 04:54:38 PDT 2022


tbaeder created this revision.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Including a fix for the ambiguous APInt constructor.

Precommit CI should work on this now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136941

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/ByteCodeExprGen.h
  clang/test/AST/Interp/literals.cpp
  clang/test/Lexer/char-escapes.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136941.471495.patch
Type: text/x-patch
Size: 4284 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221028/1c641fd2/attachment.bin>


More information about the cfe-commits mailing list