[all-commits] [llvm/llvm-project] c0d5d3: [llvm][Support] Lift raw_socket_stream implementat...
criis via All-commits
all-commits at lists.llvm.org
Mon Dec 18 17:14:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0d5d36dda04cdd409aabc015da0beb810842fcd
https://github.com/llvm/llvm-project/commit/c0d5d36dda04cdd409aabc015da0beb810842fcd
Author: criis <christian.riis at gmail.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/include/llvm/Support/raw_ostream.h
A llvm/include/llvm/Support/raw_socket_stream.h
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/raw_ostream.cpp
A llvm/lib/Support/raw_socket_stream.cpp
M llvm/unittests/Support/raw_socket_stream_test.cpp
Log Message:
-----------
[llvm][Support] Lift raw_socket_stream implementation out into own files (#75653)
Move the implementation of raw_socket_stream from raw_ostream.h/cpp to
raw_socket_stream.h/cpp as requested in #73603.
More information about the All-commits
mailing list