[all-commits] [llvm/llvm-project] 34555b: [SSAF][Extractor] Make hard errors in Extractors q...

Ziqing Luo via All-commits all-commits at lists.llvm.org
Fri Jun 5 15:14:46 PDT 2026


  Branch: refs/heads/users/ziqingluo/PR-178747892
  Home:   https://github.com/llvm/llvm-project
  Commit: 34555beef6657856fc284d8b7feb3205888cdb08
      https://github.com/llvm/llvm-project/commit/34555beef6657856fc284d8b7feb3205888cdb08
  Author: Ziqing Luo <ziqing_luo at apple.com>
  Date:   2026-06-05 (Fri, 05 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