[clang] Fix uncounted-obj-arg.cpp for Windows. (PR #81903)

2024-02-15 Thread Artem Dergachev via cfe-commits
https://github.com/haoNoQ closed https://github.com/llvm/llvm-project/pull/81903 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Fix uncounted-obj-arg.cpp for Windows. (PR #81903)

2024-02-15 Thread Artem Dergachev via cfe-commits
https://github.com/haoNoQ approved this pull request. This probably works thanks! https://github.com/llvm/llvm-project/pull/81903 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Fix uncounted-obj-arg.cpp for Windows. (PR #81903)

2024-02-15 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Ryosuke Niwa (rniwa) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/81903.diff 1 Files Affected: - (modified) clang/test/Analysis/Checkers/WebKit/uncounted-obj-arg.cpp (+1-1) ``diff diff --git a/clang/test/

[clang] Fix uncounted-obj-arg.cpp for Windows. (PR #81903)

2024-02-15 Thread Ryosuke Niwa via cfe-commits
https://github.com/rniwa created https://github.com/llvm/llvm-project/pull/81903 None >From e3a45512e1a10c341b7172ddd3c2c8d42368110b Mon Sep 17 00:00:00 2001 From: Ryosuke Niwa Date: Thu, 15 Feb 2024 10:58:13 -0800 Subject: [PATCH] Fix uncounted-obj-arg.cpp for Windows. --- clang/test/Analysi