[clang] [clang-format] remove redundant else statement (PR #94548)

2024-06-05 Thread Owen Pan via cfe-commits
https://github.com/owenca approved this pull request. https://github.com/llvm/llvm-project/pull/94548 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-format] remove redundant else statement (PR #94548)

2024-06-05 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Nour (khufu1) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/94548.diff 1 Files Affected: - (modified) clang/tools/clang-format/ClangFormat.cpp (+1-2) ``diff diff --git a/clang/tools/clang-format/Cla

[clang] [clang-format] remove redundant else statement (PR #94548)

2024-06-05 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[clang] [clang-format] remove redundant else statement (PR #94548)

2024-06-05 Thread via cfe-commits
https://github.com/khufu1 created https://github.com/llvm/llvm-project/pull/94548 None >From bb9a264b2cb4f0063abd51a15be75c6f0ca4ae08 Mon Sep 17 00:00:00 2001 From: Nour Date: Thu, 6 Jun 2024 03:15:04 +0300 Subject: [PATCH] remove redundant else statement --- clang/tools/clang-format/ClangFo