[clang][Interp] Implement String- and CharacterLiterals
authorTimm Bäder <tbaeder@redhat.com>
Fri, 28 Oct 2022 11:49:30 +0000 (13:49 +0200)
committerTimm Bäder <tbaeder@redhat.com>
Fri, 28 Oct 2022 13:05:21 +0000 (15:05 +0200)
commit52ba50c24c5572330a04b86879fdefaa81705a18
tree2898c17121e56a4c0c2945e1783864aa702bc32e
parent4e830bb208ac0136a5ff6e9324d9b93ab1890e4d
[clang][Interp] Implement String- and CharacterLiterals

Differential Revision: https://reviews.llvm.org/D135366
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/test/AST/Interp/literals.cpp
clang/test/Lexer/char-escapes.c