[libc-commits] [libc] [libc] Implement tmpfile and corresponding tests (PR #213396)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Sat Aug 1 09:13:55 PDT 2026
================
@@ -0,0 +1,37 @@
+//===-- Implementation of tmpfile --------------------------------*- C++ -*-===//
----------------
vonosmas wrote:
For all newly added files, please use `\file-`style comment blocks instead: https://llvm.org/docs/CodingStandards.html#file-headers
(same below)
https://github.com/llvm/llvm-project/pull/213396
More information about the libc-commits
mailing list