https://github.com/cor3ntin closed
https://github.com/llvm/llvm-project/pull/97338
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cor3ntin approved this pull request.
https://github.com/llvm/llvm-project/pull/97338
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/MagentaTreehouse updated
https://github.com/llvm/llvm-project/pull/97338
>From 87c77b32ac2d13f738ec9b94b3c683e3fc4e3885 Mon Sep 17 00:00:00 2001
From: Mingyi Chen
Date: Mon, 1 Jul 2024 15:27:11 -0400
Subject: [PATCH] [clang][Sema] Improve `Sema::CheckCXXDefaultArguments`
In
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff 658c03d5879fb78c8d6e0e43b97bc0e0027826d5
a5b2046e2ac1fc69d9dbb0e7b387ac0317b9d3f4 --
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: None (MagentaTreehouse)
Changes
In the second loop in `Sema::CheckCXXDefaultArguments`, we don't need to
re-examine the first parameter with a default argument. Dropped the first
iteration of that loop.
In addition, use the preferred ear
https://github.com/MagentaTreehouse created
https://github.com/llvm/llvm-project/pull/97338
In the second loop in `Sema::CheckCXXDefaultArguments`, we don't need to
re-examine the first parameter with a default argument. Dropped the first
iteration of that loop.
In addition, use the preferred