[all-commits] [llvm/llvm-project] 9407fc: [NFC][SSAF] Extract common code in Analyses to a s...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Mon Apr 13 20:12:17 PDT 2026
Branch: refs/heads/users/ziqingluo/PR-172429193-2-split-2
Home: https://github.com/llvm/llvm-project
Commit: 9407fc4e97ff188dff2c76ba7bcc12fbe6dbf194
https://github.com/llvm/llvm-project/commit/9407fc4e97ff188dff2c76ba7bcc12fbe6dbf194
Author: Ziqing Luo <ziqing_luo at apple.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M clang/include/clang/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel/EntityPointerLevelFormat.h
M clang/lib/ScalableStaticAnalysisFramework/Analyses/EntityPointerLevel/EntityPointerLevel.cpp
A clang/lib/ScalableStaticAnalysisFramework/Analyses/SSAFAnalysesCommon.h
M clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsage.cpp
M clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsageExtractor.cpp
Log Message:
-----------
[NFC][SSAF] Extract common code in Analyses to a shared file
Created SSAFAnalysesCommon.h for the SSAF analyses implementation.
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