1
- =======================================
2
- Clang 8.0.0 (In-Progress) Release Notes
3
- =======================================
1
+ =========================
2
+ Clang 8.0.0 Release Notes
3
+ =========================
4
4
5
5
.. contents ::
6
6
:local:
7
7
:depth: 2
8
8
9
9
Written by the `LLVM Team <https://llvm.org/ >`_
10
10
11
- .. warning ::
12
-
13
- These are in-progress notes for the upcoming Clang 8 release.
14
- Release notes for previous releases can be found on
15
- `the Download Page <https://releases.llvm.org/download.html >`_.
16
-
17
11
Introduction
18
12
============
19
13
@@ -30,11 +24,6 @@ For more information about Clang or LLVM, including information about the
30
24
latest release, please see the `Clang Web Site <https://clang.llvm.org >`_ or the
31
25
`LLVM Web Site <https://llvm.org >`_.
32
26
33
- Note that if you are reading this file from a Subversion checkout or the
34
- main Clang web page, this document applies to the *next * release, not
35
- the current one. To see the release notes for a specific release, please
36
- see the `releases page <https://llvm.org/releases/ >`_.
37
-
38
27
What's New in Clang 8.0.0?
39
28
==========================
40
29
@@ -50,7 +39,7 @@ Major New Features
50
39
profile data captured for one version of a program to be applied
51
40
when building another version where symbols have changed (for
52
41
example, due to renaming a class or namespace).
53
- See the :doc : `UsersManual ` for details.
42
+ See the :ref : `UsersManual < profile_remapping > ` for details.
54
43
55
44
Improvements to Clang's diagnostics
56
45
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -138,7 +127,7 @@ New Compiler Flags
138
127
139
128
Clang has now options to filter or exclude some files when
140
129
instrumenting for gcov-based profiling.
141
- See the :doc: `UsersManual ` for details.
130
+ See the `UsersManual < UsersManual.html#cmdoption-fprofile-filter-files >`_ for details.
142
131
143
132
- When using a custom stack alignment, the ``stackrealign `` attribute is now
144
133
implicitly set on the main function.
0 commit comments