[clang] Please ignore this (PR #127807)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 19 07:18:46 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Gábor Horváth (Xazax-hun)

<details>
<summary>Changes</summary>

Testing if notifications for the team work. 

---
Full diff: https://github.com/llvm/llvm-project/pull/127807.diff


1 Files Affected:

- (modified) clang/test/Analysis/additive-folding-range-constraints.c (+3) 


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

``````````

</details>


https://github.com/llvm/llvm-project/pull/127807


More information about the cfe-commits mailing list