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
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
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
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
---
.