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,cppm --
clang/lib/Sema/SemaDecl.cpp clang/test/Modules/include-after-imports-enums.cppm
--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/SemaDecl.cpp b/clang/lib/Sema/SemaDecl.cpp
index 348387d2c..72a1d05e4 100644
--- a/clang/lib/Sema/SemaDecl.cpp
+++ b/clang/lib/Sema/SemaDecl.cpp
@@ -2667,11 +2667,11 @@ void Sema::MergeTypedefNameDecl(Scope *S,
TypedefNameDecl *New,
else
New->setTypeSourceInfo(OldTD->getTypeSourceInfo());
- // An anonymous enum is recognized as a redeclaration only when its
typedef
- // name gets merged, at which point two distinct enum types already
exist.
- // Retype the new enumerators to the old enum type, matching the typedef
- // merge above; otherwise the merged typedef and its enumerators disagree
- // on the type (GH213299).
+ // An anonymous enum is recognized as a redeclaration only when its
+ // typedef name gets merged, at which point two distinct enum types
+ // already exist. Retype the new enumerators to the old enum type,
+ // matching the typedef merge above; otherwise the merged typedef and its
+ // enumerators disagree on the type (GH213299).
//
// FIXME: The global module restriction only limits the impact of this
// change; relax it if the issue shows up in other contexts.
``````````
</details>
https://github.com/llvm/llvm-project/pull/214121
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits