https://github.com/jcsxky closed https://github.com/llvm/llvm-project/pull/70190
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/steakhal approved this pull request.
Thanks
https://github.com/llvm/llvm-project/pull/70190
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jcsxky updated
https://github.com/llvm/llvm-project/pull/70190
>From b1b49db9f155d0bf0aef626d620b6287509fb538 Mon Sep 17 00:00:00 2001
From: huqizhi
Date: Wed, 25 Oct 2023 18:13:21 +0800
Subject: [PATCH] [analyzer] Loop should contain CXXForRangeStmt
---
clang/lib/StaticAna
https://github.com/jcsxky updated
https://github.com/llvm/llvm-project/pull/70190
>From f65ad2217e169b1d6876696201b97ffca5f9c886 Mon Sep 17 00:00:00 2001
From: huqizhi
Date: Wed, 25 Oct 2023 18:13:21 +0800
Subject: [PATCH] [analyzer] Loop should contain CXXForRangeStmt
---
clang/lib/StaticAna
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Qizhi Hu (jcsxky)
Changes
Static analyze can't report diagnose when statement after a CXXForRangeStmt and
enable widen, because `ExprEngine::processCFGBlockEntrance` lacks of
CXXForRangeStmt and when `AMgr.options.maxBlockVisitOnPath - 1`
https://github.com/jcsxky created
https://github.com/llvm/llvm-project/pull/70190
Static analyze can't report diagnose when statement after a CXXForRangeStmt and
enable widen, because `ExprEngine::processCFGBlockEntrance` lacks of
CXXForRangeStmt and when `AMgr.options.maxBlockVisitOnPath - 1`