[all-commits] [llvm/llvm-project] 66f731: [clang][Interp] Fix ltor conversion for pointer types
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 12 23:44:33 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66f73100b8c758248724d53598165d850fdaf364
https://github.com/llvm/llvm-project/commit/66f73100b8c758248724d53598165d850fdaf364
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/Pointer.cpp
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Fix ltor conversion for pointer types
This special case is wrong, we need to handle pointer types here
just like anything else.
More information about the All-commits
mailing list