[clang] Fix contextual implicit conversions to int: with _Atomic (PR #203522)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 12 06:06:53 PDT 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions cpp -- clang/test/Sema/atomic-conversions-to-int.cpp clang/lib/Sema/SemaOverload.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/Sema/SemaOverload.cpp b/clang/lib/Sema/SemaOverload.cpp
index 70cff11ef..599264b19 100644
--- a/clang/lib/Sema/SemaOverload.cpp
+++ b/clang/lib/Sema/SemaOverload.cpp
@@ -7036,7 +7036,6 @@ ExprResult Sema::PerformContextualImplicitConversion(
if (Converter.match(T))
return Converted;
-
// FIXME: Check for missing '()' if T is a function type?
// We can only perform contextual implicit conversions on objects of class
``````````
</details>
https://github.com/llvm/llvm-project/pull/203522
More information about the cfe-commits
mailing list