hanchenye-llvm-project/libcxx
Eric Fiselier b2e7cc6994 Fix inheriting constructor test for std::function.
The test I originally checked in only worked with ToT Clang. This patch
updates the test so that it works as far back as 3.5.

llvm-svn: 276093
2016-07-20 06:46:22 +00:00
..
benchmarks [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
cmake Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
docs [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
include Move std::function constructor SFINAE into template parameter list. Fixes PR20002. 2016-07-20 05:21:00 +00:00
lib Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
src Hide some internal symbols for memory resource. 2016-07-11 19:22:09 +00:00
test Fix inheriting constructor test for std::function. 2016-07-20 06:46:22 +00:00
utils [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
www Implement C++17 tuple bits. Including apply and make_from_tuple. 2016-07-18 00:35:56 +00:00
.arcconfig Upgrade arcconfig to use https 2016-07-18 02:02:49 +00:00
.gitignore
CMakeLists.txt [libcxx] Add support for benchmark tests using Google Benchmark. 2016-07-19 23:07:03 +00:00
CREDITS.TXT Add entry to CREDITS.TXT for propagate_const 2016-06-19 19:36:28 +00:00
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:39:53 +00:00
TODO.TXT