[all-commits] [llvm/llvm-project] 6aeb74: Revert "[SSAF][Extractor] Make hard errors in Poin...
Ziqing Luo via All-commits
all-commits at lists.llvm.org
Thu Jun 11 18:14:43 PDT 2026
Branch: refs/heads/users/ziqingluo/revert-201953
Home: https://github.com/llvm/llvm-project
Commit: 6aeb74b59d2abc0d20a51a4e1df6351f7f2bccc4
https://github.com/llvm/llvm-project/commit/6aeb74b59d2abc0d20a51a4e1df6351f7f2bccc4
Author: Ziqing Luo <ziqing_luo at apple.com>
Date: 2026-06-11 (Thu, 11 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:
-----------
Revert "[SSAF][Extractor] Make hard errors in PointerFlow and UnsafeBufferUsage Extractors quiet (#201953)"
This reverts commit 9f1e08fa8ed7bcf4b7cfaf9eaaa7c23a2d3ed347.
It causes build error: https://lab.llvm.org/buildbot/#/builders/2/builds/53597
The use of 'setCurrentDebugType' should be guarded by '#ifndef NDEBUG'
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