GSL/tests
Anna Gringauze 1995e86d1a span constructor no address (#723)
* Changed &arr[0] to std::array<T, N>::data and std::address_of to protect against overloaded operator&.

* Removed the usage of `std::addressof` because it is a C++ 17 feature. Using decay for C arrays instead.

* Add unit tests for #662.

* Added c++17 test configurations for clang5.0 and clang6.0

* fixed CppCoreCheck pointer decay warning
2018-08-19 17:10:53 -07:00
..
algorithm_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
assertion_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
at_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
bounds_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
byte_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
CMakeLists.txt Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
multi_span_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
no_exception_ensure_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
no_exception_throw_tests.cpp Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
notnull_tests.cpp Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
owner_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
sloppy_notnull_tests.cpp Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
span_tests.cpp span constructor no address (#723) 2018-08-19 17:10:53 -07:00
strided_span_tests.cpp Fix #717 - Add empty() to strided_span (#718) 2018-08-17 11:47:03 -07:00
string_span_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
test.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
utils_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00