[all-commits] [llvm/llvm-project] 9b718c: [clang][Interp] Handle CXXUuidofExprs
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Feb 13 04:41:26 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b718c0d5d0f1f146957753b7785f87f58cccfec
https://github.com/llvm/llvm-project/commit/9b718c0d5d0f1f146957753b7785f87f58cccfec
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/lib/AST/Interp/Program.cpp
M clang/test/AST/Interp/literals.cpp
M clang/test/SemaCXX/PR40395.cpp
M clang/test/SemaCXX/ms-uuid.cpp
Log Message:
-----------
[clang][Interp] Handle CXXUuidofExprs
Allocate storage and initialize it with the given APValue contents.
More information about the All-commits
mailing list