hanchenye-llvm-project/libcxx
Eric Fiselier 531d8b2bc4 [libcxx] Add <experimental/utility> header for LFTS.
Summary:
This patch adds the `<experimental/utility>` header as specified in the latest draft of the library fundamentals TS.

`<experimental/utility>` only contains `class erased_type`. 

This patch also updates the documentation to list the `erased_type` class as "initial implementation complete".

Test Plan:
Three test cases where added:

1. Test that `_LIBCPP_VERSION` is defined.
2. Test that `<utility>` has been included.
3. Test that `erased_type` is in the correct namespace and is constexpr default constructible.

Reviewers: mclow.lists

Reviewed By: mclow.lists

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D4510

llvm-svn: 213226
2014-07-17 05:31:31 +00:00
..
cmake
include [libcxx] Add <experimental/utility> header for LFTS. 2014-07-17 05:31:31 +00:00
lib eliminate install of duplicate headers (take 2) 2014-06-24 20:32:11 +00:00
src Add support for BIONIC C library (Android). Patch from Dan Albert 2014-07-10 15:20:28 +00:00
test [libcxx] Add <experimental/utility> header for LFTS. 2014-07-17 05:31:31 +00:00
www [libcxx] Add <experimental/utility> header for LFTS. 2014-07-17 05:31:31 +00:00
.arcconfig Update Arcanist config to point to reviews.llvm.org 2014-06-10 18:29:36 +00:00
CMakeLists.txt eliminate install of duplicate headers (take 2) 2014-06-24 20:32:11 +00:00
CREDITS.TXT
LICENSE.TXT
Makefile