[all-commits] [llvm/llvm-project] 5edc7c: [libc] Add a simple StringStream class.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Jul 25 11:27:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5edc7ce235a63ad3b4655bb883724fcff12ff4b0
https://github.com/llvm/llvm-project/commit/5edc7ce235a63ad3b4655bb883724fcff12ff4b0
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M libc/src/__support/CPP/CMakeLists.txt
A libc/src/__support/CPP/stringstream.h
M libc/test/src/__support/CPP/CMakeLists.txt
A libc/test/src/__support/CPP/stringstream_test.cpp
Log Message:
-----------
[libc] Add a simple StringStream class.
This class will be used in future changes to construct simple strings.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D130334
More information about the All-commits
mailing list