[clang] Please ignore this (PR #127807)

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 07:18:00 PST 2025


https://github.com/Xazax-hun created https://github.com/llvm/llvm-project/pull/127807

Testing if notifications for the team work. 

>From 7643d3806bdb262445df64f1fbc236568be78801 Mon Sep 17 00:00:00 2001
From: Gabor Horvath <gaborh at apple.com>
Date: Wed, 19 Feb 2025 15:16:04 +0000
Subject: [PATCH] Foobar

---
 clang/test/Analysis/additive-folding-range-constraints.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/clang/test/Analysis/additive-folding-range-constraints.c b/clang/test/Analysis/additive-folding-range-constraints.c
index e75223eab05bc..bef7d1cad461a 100644
--- a/clang/test/Analysis/additive-folding-range-constraints.c
+++ b/clang/test/Analysis/additive-folding-range-constraints.c
@@ -7,6 +7,9 @@ void clang_analyzer_eval(int);
 #define INT_MIN (-INT_MAX - 1)
 
 
+//
+//
+//
 // Each of these adjusted ranges has an adjustment small enough to split the
 // solution range across an overflow boundary (Min for <, Max for >).
 // This corresponds to one set of branches in RangeConstraintManager.



More information about the cfe-commits mailing list