[libc-commits] [libc] [libc][complex] Set up headers and add documentation (PR #111659)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Oct 9 13:54:04 PDT 2024
================
@@ -0,0 +1,14 @@
+//===-- Definition of _Imaginary type -------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_TYPES__Imaginary_H
+#define LLVM_LIBC_TYPES__Imaginary_H
+
+typedef /* TODO */ _Imaginary;
----------------
jhuber6 wrote:
Does this emit a warning?
https://github.com/llvm/llvm-project/pull/111659
More information about the libc-commits
mailing list