[all-commits] [llvm/llvm-project] 17a1b8: [clang][Interp] Fix `nullptr - nullptr` expressions
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 19 07:48:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17a1b8f8481783ca9c318db6b6133631015726e9
https://github.com/llvm/llvm-project/commit/17a1b8f8481783ca9c318db6b6133631015726e9
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Fix `nullptr - nullptr` expressions
They can happen and we used to run into an assertion.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list