[all-commits] [llvm/llvm-project] 1b8830: [clang][Interp] Fix comparing to integral function...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Apr 12 00:50:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b8830c56abd01c9ab70bbbb71a00c2506cf2116
https://github.com/llvm/llvm-project/commit/1b8830c56abd01c9ab70bbbb71a00c2506cf2116
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M clang/lib/AST/Interp/FunctionPointer.h
M clang/lib/AST/Interp/Interp.h
M clang/test/AST/Interp/c.c
Log Message:
-----------
[clang][Interp] Fix comparing to integral function pointers
We need to account for the fact that the Function pointer is not
accessible here. Add FunctionPointer::isWeak() for that.
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