[clang] Allow default arguments to be evaluated like other arguments. (PR #80956)

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

[clang] Allow default arguments to be evaluated like other arguments. (PR #80956)

2024-02-09 Thread Ryosuke Niwa via cfe-commits
https://github.com/rniwa updated https://github.com/llvm/llvm-project/pull/80956 >From bc390afd3a2e9de6e2a883205ce3862e45d26e06 Mon Sep 17 00:00:00 2001 From: Ryosuke Niwa Date: Wed, 7 Feb 2024 00:57:00 -0800 Subject: [PATCH 1/2] [alpha.webkit.UncountedCallArgsChecker] Allow default arguments t

[clang] Allow default arguments to be evaluated like other arguments. (PR #80956)

2024-02-09 Thread Artem Dergachev via cfe-commits
https://github.com/haoNoQ approved this pull request. https://github.com/llvm/llvm-project/pull/80956 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Allow default arguments to be evaluated like other arguments. (PR #80956)

2024-02-07 Thread Ryosuke Niwa via cfe-commits
https://github.com/rniwa updated https://github.com/llvm/llvm-project/pull/80956 >From bc390afd3a2e9de6e2a883205ce3862e45d26e06 Mon Sep 17 00:00:00 2001 From: Ryosuke Niwa Date: Wed, 7 Feb 2024 00:57:00 -0800 Subject: [PATCH] [alpha.webkit.UncountedCallArgsChecker] Allow default arguments to be

[clang] Allow default arguments to be evaluated like other arguments. (PR #80956)

2024-02-07 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-static-analyzer-1 Author: Ryosuke Niwa (rniwa) Changes This PR aligns the evaluation of default arguments with other kinds of arguments by extracting the expressions within them as argument values to be evaluated. ---

[clang] Allow default arguments to be evaluated like other arguments. (PR #80956)

2024-02-07 Thread Ryosuke Niwa via cfe-commits
https://github.com/rniwa created https://github.com/llvm/llvm-project/pull/80956 This PR aligns the evaluation of default arguments with other kinds of arguments by extracting the expressions within them as argument values to be evaluated. >From 9d3f7377901539abeef949c1b33a99b1278900d8 Mon Sep