This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a96480ebc187e4e3722b7cdfd582fe3441211b13
clang-p2996
/
libcxx
/
test
/
std
/
containers
/
sequences
History
Billy Robert O'Neal III
2bb0f75a80
[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp to avoid narrowing from pointer subtraction to int warnings.
...
Reviewed as
https://reviews.llvm.org/D60104
llvm-svn: 357546
2019-04-03 00:07:18 +00:00
..
array
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is.
2019-03-19 03:30:07 +00:00
deque
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. These are just rebranded 'operator[]', and should be noexcept like it is.
2019-03-19 03:30:07 +00:00
forwardlist
[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp to avoid narrowing from pointer subtraction to int warnings.
2019-04-03 00:07:18 +00:00
list
Support tests in freestanding
2019-02-04 20:31:13 +00:00
vector
[libc++] Remove unnecessary <iostream> #includes in tests
2019-03-28 16:38:15 +00:00
vector.bool
Support tests in freestanding
2019-02-04 20:31:13 +00:00
nothing_to_do.pass.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00