https://github.com/NagyDonat created 
https://github.com/llvm/llvm-project/pull/127814

Because it is one of the three "misplaced" test files that appeared under 
`/clang/test/Analysis` but were unrelated to the clang static analyzer. For 
background see the following discourse thread: 
https://discourse.llvm.org/t/taking-ownership-of-clang-test-analysis/84689/2

I placed this file in `clang/test/CodeGen` because as far as I see it tests the 
code generated from `__builtin_signbit` (and there are many other `builtin_*` 
test files in that directory); but I'm not familiar with that area, so I'm not 
certain that it's the best place.

From 5c8d1dc475559b8297658a7d2329f9ca98d92a49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Don=C3=A1t=20Nagy?= <donat.n...@ericsson.com>
Date: Wed, 19 Feb 2025 16:27:13 +0100
Subject: [PATCH] [CodeGen][NFC] Move test builtin_signbit.cpp to CodeGen

Because it is one of the three "misplaced" test files that appeared
under `/clang/test/Analysis` but were unrelated to the clang static
analyzer. For background see the following discourse thread:
https://discourse.llvm.org/t/taking-ownership-of-clang-test-analysis/84689/2

I placed this file in `clang/test/CodeGen` because as far as I see it
tests the code generated from `__builtin_signbit` (and there are many
other `builtin_*` test files in that directory); but I'm not familiar
with that area, so I'm not certain that it's the best place.
---
 clang/test/{Analysis => CodeGen}/builtin_signbit.cpp | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename clang/test/{Analysis => CodeGen}/builtin_signbit.cpp (100%)

diff --git a/clang/test/Analysis/builtin_signbit.cpp 
b/clang/test/CodeGen/builtin_signbit.cpp
similarity index 100%
rename from clang/test/Analysis/builtin_signbit.cpp
rename to clang/test/CodeGen/builtin_signbit.cpp

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to