================
@@ -0,0 +1,248 @@
+// TODO: When Clang adds support for C++23 floating-point types, enable these 
tests by:
+//    1. Removing all the #if 0 + #endif guards.
+//    2. Removing all occurrences of the string "DISABLED-" in this file.
+//    3. Deleting this message.
+// These suffixes may be relevant to C too: 
https://github.com/llvm/llvm-project/issues/97335
+
+// RUN: %check_clang_tidy -std=c++23 %s readability-uppercase-literal-suffix 
%t -- -- -target aarch64-linux-gnu -I %clang_tidy_headers
+
+#include "integral_constant.h"
+#if 0
+#include <stdfloat>
----------------
vbvictor wrote:

Is this a real header or a fake one from `%clang_tidy_headers`? We should not 
depend on real-world headers in tests. If it is expected to be real, we should 
create a fake one instead.

https://github.com/llvm/llvm-project/pull/148275
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to