[clang] [clang] [Diagnostic] Clarify -Winfinite-recursion message (PR #98763)

2024-07-13 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/98763 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] [Diagnostic] Clarify -Winfinite-recursion message (PR #98763)

2024-07-13 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Narayan (vortex73) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/98763.diff 2 Files Affected: - (modified) clang/include/clang/Basic/DiagnosticSemaKinds.td (+1-1) - (modified) clang/test/SemaCXX/warn-infinite-recurs

[clang] [clang] [Diagnostic] Clarify -Winfinite-recursion message (PR #98763)

2024-07-13 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] [Diagnostic] Clarify -Winfinite-recursion message (PR #98763)

2024-07-13 Thread via cfe-commits
https://github.com/vortex73 created https://github.com/llvm/llvm-project/pull/98763 None >From 8ecf1b30678503f96d41112feb3ac87944c13158 Mon Sep 17 00:00:00 2001 From: Vortex Date: Sun, 14 Jul 2024 00:22:43 +0530 Subject: [PATCH] [clang] [Diagnostic] Clarify -Winfinite-recursion message --- .