[all-commits] [llvm/llvm-project] 00b39e: [SSAF][PointerFlow] Recognize reference-to-pointer...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Fri Jun 12 14:03:14 PDT 2026
Branch: refs/heads/users/ziqingluo/PR-179173940
Home: https://github.com/llvm/llvm-project
Commit: 00b39efd86ec25b128d624ed0f99c3d6bab738b6
https://github.com/llvm/llvm-project/commit/00b39efd86ec25b128d624ed0f99c3d6bab738b6
Author: Ziqing Luo <ziqing_luo at apple.com>
Date: 2026-06-12 (Fri, 12 Jun 2026)
Changed paths:
M clang/lib/ScalableStaticAnalysisFramework/Analyses/SSAFAnalysesCommon.h
A clang/test/Analysis/Scalable/PointerFlow/lref-to-rref-cast.test
M clang/unittests/ScalableStaticAnalysisFramework/Analyses/PointerFlow/PointerFlowTest.cpp
Log Message:
-----------
[SSAF][PointerFlow] Recognize reference-to-pointer/array Decls
Decls of reference-to-pointer/array types are now treated the same as
those of pointer/array type.
rdar://179173940
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