This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-03 09:26:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
input.output
History
Eric Fiselier
ba62831f7c
Implement LWG 3096: path::lexically_relative is confused by trailing slashes
...
path("/dir/").lexically_relative("/dir"); now returns "." instead of "" llvm-svn: 349885
2018-12-21 04:25:40 +00:00
..
file.streams
Implement <filesystem>
2018-07-27 03:07:09 +00:00
filesystems
Implement LWG 3096: path::lexically_relative is confused by trailing slashes
2018-12-21 04:25:40 +00:00
input.output.general
…
iostream.format
Portability fix: add missing includes and static_casts. Reviewed as
https://reviews.llvm.org/D55777
. Thanks to Andrey Maksimov for the patch.
2018-12-18 23:19:00 +00:00
iostream.forward
[libcxx] [test] D26314: Fix MSVC warning C4189 "local variable is initialized but not referenced".
2016-11-14 17:35:14 +00:00
iostream.objects
Move remaining _LIBCPP_VERSION tests into test/libcxx
2016-06-22 02:23:22 +00:00
iostreams.base
[libcxx] [test] Remove nonportable locale assumption in basic.ios.members/narrow.pass.cpp
2018-08-08 00:47:29 +00:00
iostreams.requirements
…
stream.buffers
Add a catch for std::length_error for the case where the string can't handle 2GB. (like say 32-bit big-endian)
2018-02-14 18:05:25 +00:00
string.streams
libcxx: Fix for basic_stringbuf::seekoff() after r320604.
2017-12-19 23:33:16 +00:00
nothing_to_do.pass.cpp
…