[all-commits] [llvm/llvm-project] 83419c: [SSAF][Extractor] Make hard errors in Extractors q...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Fri Jun 5 14:44:37 PDT 2026
Branch: refs/heads/users/ziqingluo/PR-178747892
Home: https://github.com/llvm/llvm-project
Commit: 83419c4857bb5e789b00349d5a9e0d9994eeb251
https://github.com/llvm/llvm-project/commit/83419c4857bb5e789b00349d5a9e0d9994eeb251
Author: Ziqing Luo <ziqing_luo at apple.com>
Date: 2026-06-04 (Thu, 04 Jun 2026)
Changed paths:
M clang/lib/ScalableStaticAnalysisFramework/Analyses/PointerFlow/PointerFlowExtractor.cpp
M clang/lib/ScalableStaticAnalysisFramework/Analyses/SSAFAnalysesCommon.h
M clang/lib/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsageExtractor.cpp
M clang/unittests/ScalableStaticAnalysisFramework/Analyses/PointerFlow/PointerFlowTest.cpp
M clang/unittests/ScalableStaticAnalysisFramework/Analyses/UnsafeBufferUsage/UnsafeBufferUsageTest.cpp
Log Message:
-----------
[SSAF][Extractor] Make hard errors in Extractors quiet
Hard errors were used in extractors during development to quickly
identify unsupported language constructs. This commit converts them to
DEBUG_WITH_TYPE so that these errors are silenced in release builds.
rdar://178747892
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