[libcxx-commits] [libcxx] [libc++][streams] P1759R6: Native handles and file streams (PR #76632)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 31 04:40:39 PST 2023
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff c7aa98558cf354ee76c664267727e41585a50a2f 5aeb33918bd80840469cec803ba054f1f4aeec8e -- libcxx/src/fstream.cpp libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/native_handle.pass.cpp libcxx/test/std/input.output/file.streams/fstreams/fstream.members/native_handle.pass.cpp libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/native_handle.pass.cpp libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/native_handle.pass.cpp libcxx/test/std/input.output/file.streams/fstreams/test_helpers.h libcxx/include/fstream libcxx/include/version libcxx/test/std/language.support/support.limits/support.limits.general/fstream.version.compile.pass.cpp libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/native_handle.pass.cpp b/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/native_handle.pass.cpp
index ffe5e92222..95a95cb695 100644
--- a/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/native_handle.pass.cpp
+++ b/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/native_handle.pass.cpp
@@ -25,4 +25,3 @@ int main(int, char**) {
return 0;
}
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/76632
More information about the libcxx-commits
mailing list