[all-commits] [llvm/llvm-project] 778f60: [analyzer] Add support for consteval in ConditionB...

Imad Aldij via All-commits all-commits at lists.llvm.org
Mon Jul 7 11:19:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 778f60d92d30d7327dc426e3c1a94d9aae93987e
      https://github.com/llvm/llvm-project/commit/778f60d92d30d7327dc426e3c1a94d9aae93987e
  Author: Imad Aldij <os at imadij.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
    A clang/test/Analysis/consteval-if.cpp

  Log Message:
  -----------
  [analyzer] Add support for consteval in ConditionBRVisitor::VisitTerminator (#146859)

Fix crash when ConditionBRVisitor::VisitTerminator is faced with `if
consteval` which doesn't have the expected traditional condition

Fixes #139130



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