Billy Robert O'Neal III
|
ba40b0566f
|
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065
llvm-svn: 318804
|
2017-11-21 21:37:26 +00:00 |
Billy Robert O'Neal III
|
83252766f9
|
Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033
llvm-svn: 318276
|
2017-11-15 07:40:37 +00:00 |
Benjamin Kramer
|
346bd6a208
|
Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable
llvm-svn: 315809
|
2017-10-14 15:52:38 +00:00 |
Eric Fiselier
|
465bd0fc00
|
Enable warnings by default for C++ >= 11 and fix -Wshadow occurances
llvm-svn: 288557
|
2016-12-03 00:27:13 +00:00 |
Marshall Clow
|
720ef47200
|
Implement another part of P0031; adding constexpr to move_iterator
llvm-svn: 285818
|
2016-11-02 15:30:26 +00:00 |
Eric Fiselier
|
906c50859b
|
Fix LWG issue #2106: move_iterators returning prvalues
llvm-svn: 267091
|
2016-04-22 00:49:12 +00:00 |
Marshall Clow
|
05333fc8af
|
Implement LWG#680, which was missed lo these many moons ago, and was reported as bug #27259. As a drive-by fix, replace the hand-rolled equivalent to addressof in __wrap_iter with the real thing.
llvm-svn: 265914
|
2016-04-11 03:54:53 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |