[all-commits] [llvm/llvm-project] 36cb98: [clang][bytecode] Only reject function types in Po...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Feb 10 04:12:07 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 36cb9894b3eec301c1b2f92b5c05519ed1cea4fa
https://github.com/llvm/llvm-project/commit/36cb9894b3eec301c1b2f92b5c05519ed1cea4fa
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M clang/lib/AST/ByteCode/Pointer.cpp
Log Message:
-----------
[clang][bytecode] Only reject function types in Pointer::toRValue() (#180722)
No test because I'm not sure how to reproduce this, but this patch fixes
`CodeGen/ptrauth-qualifier-function.c`.
For function pointer types and function reference types, we use
`Pointer`s these days, so we _can_ return them.
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