summaryrefslogtreecommitdiff
path: root/clang/test/AST/ByteCode/pointer-to-fnptr.cpp
AgeCommit message (Collapse)Author
2025-04-10[clang][bytecode] Classify function pointers as PT_Ptr (#135026)Timm Baeder
The Pointer class already has the capability to be a function pointer, but we still classifed function pointers as PT_FnPtr/FunctionPointer. This means when converting from a Pointer to a FunctionPointer, we lost the information of what the original Pointer pointed to.