https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/140656
>From 8570d7a7c2c10e94db53fa23074f46706c8cb32a Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Tue, 20 May 2025 01:57:36 +
Subject: [PATCH 1/3] Thread Safety Analysis: Handle parenthesis
When the variable gua
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/140656
>From 8570d7a7c2c10e94db53fa23074f46706c8cb32a Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Tue, 20 May 2025 01:57:36 +
Subject: [PATCH 1/2] Thread Safety Analysis: Handle parenthesis
When the variable gua
llvmbot wrote:
@llvm/pr-subscribers-clang-analysis
Author: Prabhu Rajasekaran (Prabhuk)
Changes
When the variable guared by a lock was enclosed in parenthesis, access
violation warnings were not emitted. This patch fixes it and adds a
regression test.
---
Full diff: https://github.com/ll
https://github.com/Prabhuk updated
https://github.com/llvm/llvm-project/pull/140656
>From 8570d7a7c2c10e94db53fa23074f46706c8cb32a Mon Sep 17 00:00:00 2001
From: prabhukr
Date: Tue, 20 May 2025 01:57:36 +
Subject: [PATCH] Thread Safety Analysis: Handle parenthesis
When the variable guared
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Prabhu Rajasekaran (Prabhuk)
Changes
When the variable guared by a lock was enclosed in parenthesis, access
violation warnings were not emitted. This patch fixes it and adds a
regression test.
---
Full diff: https://github.com/llvm/llvm-p
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Prabhu Rajasekaran (Prabhuk)
Changes
When the variable guared by a lock was enclosed in parenthesis, access
violation warnings were not emitted. This patch fixes it and adds a
regression test.
---
Full diff: https://gith
https://github.com/Prabhuk created
https://github.com/llvm/llvm-project/pull/140656
When the variable guared by a lock was enclosed in parenthesis, access
violation warnings were not emitted. This patch fixes it and adds a
regression test.
>From 74dbb15ada0fca529ef1346725ad7cc4ae17d6fc Mon Sep