[all-commits] [llvm/llvm-project] 76eb8e: [clang][Interp] Fix marking results as nullptr
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 12 08:11:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76eb8e35d6631827c0450e9d5f4743e410d4151a
https://github.com/llvm/llvm-project/commit/76eb8e35d6631827c0450e9d5f4743e410d4151a
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-12 (Mon, 12 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/Pointer.cpp
Log Message:
-----------
[clang][Interp] Fix marking results as nullptr
I screwed this up in an earlier NFC commit, but the isZero()
case needs to set IsNullPtr to true of course.
More information about the All-commits
mailing list