annotate libcxx/docs/ReleaseNotes.rst @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 2e18cbf3894f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 =========================================
anatofuz
parents:
diff changeset
2 Libc++ 11.0.0 (In-Progress) Release Notes
anatofuz
parents:
diff changeset
3 =========================================
anatofuz
parents:
diff changeset
4
anatofuz
parents:
diff changeset
5 .. contents::
anatofuz
parents:
diff changeset
6 :local:
anatofuz
parents:
diff changeset
7 :depth: 2
anatofuz
parents:
diff changeset
8
anatofuz
parents:
diff changeset
9 Written by the `Libc++ Team <https://libcxx.llvm.org>`_
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 .. warning::
anatofuz
parents:
diff changeset
12
anatofuz
parents:
diff changeset
13 These are in-progress notes for the upcoming libc++ 11 release.
anatofuz
parents:
diff changeset
14 Release notes for previous releases can be found on
anatofuz
parents:
diff changeset
15 `the Download Page <https://releases.llvm.org/download.html>`_.
anatofuz
parents:
diff changeset
16
anatofuz
parents:
diff changeset
17 Introduction
anatofuz
parents:
diff changeset
18 ============
anatofuz
parents:
diff changeset
19
anatofuz
parents:
diff changeset
20 This document contains the release notes for the libc++ C++ Standard Library,
anatofuz
parents:
diff changeset
21 part of the LLVM Compiler Infrastructure, release 11.0.0. Here we describe the
anatofuz
parents:
diff changeset
22 status of libc++ in some detail, including major improvements from the previous
anatofuz
parents:
diff changeset
23 release and new feature work. For the general LLVM release notes, see `the LLVM
anatofuz
parents:
diff changeset
24 documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may
anatofuz
parents:
diff changeset
25 be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_.
anatofuz
parents:
diff changeset
26
anatofuz
parents:
diff changeset
27 For more information about libc++, please see the `Libc++ Web Site
anatofuz
parents:
diff changeset
28 <https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.
anatofuz
parents:
diff changeset
29
anatofuz
parents:
diff changeset
30 Note that if you are reading this file from a Git checkout or the
anatofuz
parents:
diff changeset
31 main Libc++ web page, this document applies to the *next* release, not
anatofuz
parents:
diff changeset
32 the current one. To see the release notes for a specific release, please
anatofuz
parents:
diff changeset
33 see the `releases page <https://llvm.org/releases/>`_.
anatofuz
parents:
diff changeset
34
anatofuz
parents:
diff changeset
35 What's New in Libc++ 11.0.0?
anatofuz
parents:
diff changeset
36 ============================
anatofuz
parents:
diff changeset
37
anatofuz
parents:
diff changeset
38 New Features
anatofuz
parents:
diff changeset
39 ------------
anatofuz
parents:
diff changeset
40
anatofuz
parents:
diff changeset
41 API Changes
anatofuz
parents:
diff changeset
42 -----------
anatofuz
parents:
diff changeset
43 - ...