Marshall Clow
|
ddb1b0576a
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is.
|
hace 6 años |
JF Bastien
|
e15dd4e32e
Support tests in freestanding
|
hace 6 años |
Chandler Carruth
|
7c3769df62
Update more file headers across all of the LLVM projects in the monorepo
|
hace 6 años |
Stephan T. Lavavej
|
e619862dbf
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
hace 8 años |
Marshall Clow
|
1e00d6db31
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459
|
hace 9 años |