blob: 649d409d06c0273d545c56e4dedca3d7f9a788c4 [file] [log] [blame]
Hans Wennborg60d06bf2016-07-18 18:05:19 +00001=======================================
Hans Wennborgfbb21e02017-07-19 14:14:07 +00002Clang 6.0.0 (In-Progress) Release Notes
Hans Wennborg60d06bf2016-07-18 18:05:19 +00003=======================================
Sean Silvafe251442012-12-23 01:19:35 +00004
5.. contents::
6 :local:
7 :depth: 2
8
9Written by the `LLVM Team <http://llvm.org/>`_
10
11.. warning::
12
Hans Wennborgfbb21e02017-07-19 14:14:07 +000013 These are in-progress notes for the upcoming Clang 6 release.
Hans Wennborg189f1f32017-02-09 23:26:34 +000014 Release notes for previous releases can be found on
15 `the Download Page <http://releases.llvm.org/download.html>`_.
Sean Silvafe251442012-12-23 01:19:35 +000016
17Introduction
18============
19
20This document contains the release notes for the Clang C/C++/Objective-C
Hans Wennborgfbb21e02017-07-19 14:14:07 +000021frontend, part of the LLVM Compiler Infrastructure, release 6.0.0. Here we
Sean Silvafe251442012-12-23 01:19:35 +000022describe the status of Clang in some detail, including major
23improvements from the previous release and new feature work. For the
24general LLVM release notes, see `the LLVM
25documentation <http://llvm.org/docs/ReleaseNotes.html>`_. All LLVM
26releases may be downloaded from the `LLVM releases web
27site <http://llvm.org/releases/>`_.
28
29For more information about Clang or LLVM, including information about
30the latest release, please check out the main please see the `Clang Web
31Site <http://clang.llvm.org>`_ or the `LLVM Web
32Site <http://llvm.org>`_.
33
34Note that if you are reading this file from a Subversion checkout or the
35main Clang web page, this document applies to the *next* release, not
36the current one. To see the release notes for a specific release, please
37see the `releases page <http://llvm.org/releases/>`_.
38
Hans Wennborgfbb21e02017-07-19 14:14:07 +000039What's New in Clang 6.0.0?
Hans Wennborg60d06bf2016-07-18 18:05:19 +000040==========================
Sean Silvafe251442012-12-23 01:19:35 +000041
42Some of the major new features and improvements to Clang are listed
43here. Generic improvements to Clang as a whole or to its underlying
44infrastructure are described first, followed by language-specific
45sections with improvements to Clang's support for those languages.
46
47Major New Features
48------------------
49
Hans Wennborg60d06bf2016-07-18 18:05:19 +000050- ...
Rafael Espindola34970692013-12-12 16:07:11 +000051
Sean Silvafe251442012-12-23 01:19:35 +000052Improvements to Clang's diagnostics
53^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
Hans Wennborgfbb21e02017-07-19 14:14:07 +000055- ...
Sean Silvafe251442012-12-23 01:19:35 +000056
Sean Silvafe251442012-12-23 01:19:35 +000057New Compiler Flags
58------------------
59
Sylvestre Ledruf6b48972016-11-12 10:37:17 +000060The option ....
61
Joerg Sonnenbergerc9199682017-07-01 21:36:21 +000062Deprecated Compiler Flags
63-------------------------
64
65The following options are deprecated and ignored. They will be removed in
66future versions of Clang.
67
Hans Wennborgfbb21e02017-07-19 14:14:07 +000068- ...
Joerg Sonnenbergerc9199682017-07-01 21:36:21 +000069
Tyler Nowickidb2668a2014-06-18 00:51:32 +000070New Pragmas in Clang
71-----------------------
72
Rafael Espindolaaf742502014-08-22 21:59:11 +000073Clang now supports the ...
Mark Heffernanbd26f5e2014-07-21 18:08:34 +000074
Paul Robinsonf9ede1c2016-07-18 17:19:12 +000075
76Attribute Changes in Clang
77--------------------------
78
Hans Wennborgfbb21e02017-07-19 14:14:07 +000079- ...
Paul Robinsonf9ede1c2016-07-18 17:19:12 +000080
Hans Wennborg02dc0002014-08-05 00:21:23 +000081Windows Support
82---------------
83
Rafael Espindolaaf742502014-08-22 21:59:11 +000084Clang's support for building native Windows programs ...
Hans Wennborg02dc0002014-08-05 00:21:23 +000085
86
Renato Golinf2fcddb2013-12-13 09:27:34 +000087C Language Changes in Clang
88---------------------------
89
Hans Wennborg60d06bf2016-07-18 18:05:19 +000090- ...
Pirama Arumuga Nainarc85c8532016-06-21 16:09:30 +000091
Renato Golinf2fcddb2013-12-13 09:27:34 +000092...
93
Sean Silvafe251442012-12-23 01:19:35 +000094C11 Feature Support
95^^^^^^^^^^^^^^^^^^^
96
97...
98
99C++ Language Changes in Clang
100-----------------------------
101
Richard Smith8eb53c82016-05-05 18:40:37 +0000102...
103
104C++1z Feature Support
Sean Silvafe251442012-12-23 01:19:35 +0000105^^^^^^^^^^^^^^^^^^^^^
106
107...
108
109Objective-C Language Changes in Clang
110-------------------------------------
111
112...
113
Erik Schnetter489700d2013-11-11 06:36:33 +0000114OpenCL C Language Changes in Clang
115----------------------------------
116
Bill Wendling0a794a4b2013-11-20 10:13:37 +0000117...
Erik Schnetter489700d2013-11-11 06:36:33 +0000118
Alexey Bataev44b67502016-05-31 11:17:08 +0000119OpenMP Support in Clang
120----------------------------------
121
Hans Wennborg60d06bf2016-07-18 18:05:19 +0000122...
Alexey Bataev44b67502016-05-31 11:17:08 +0000123
Sean Silvafe251442012-12-23 01:19:35 +0000124Internal API Changes
125--------------------
126
Hans Wennborg159d6ad2017-01-12 21:55:16 +0000127These are major API changes that have happened since the 4.0.0 release of
Sean Silvafe251442012-12-23 01:19:35 +0000128Clang. If upgrading an external codebase that uses Clang as a library,
129this section should help get you past the largest hurdles of upgrading.
130
Vedant Kumar5fb00e42016-07-27 23:01:55 +0000131- ...
Richard Smitha0334a92015-05-14 00:22:12 +0000132
Aaron Ballmancdc43af2015-09-17 13:47:22 +0000133AST Matchers
134------------
Aaron Ballmancdc43af2015-09-17 13:47:22 +0000135
136...
137
Sylvestre Ledru72e3fa72017-03-14 09:43:55 +0000138
139clang-format
140------------
141
Hans Wennborgfbb21e02017-07-19 14:14:07 +0000142...
Sylvestre Ledru72e3fa72017-03-14 09:43:55 +0000143
Ted Kremenek3a2291b2013-04-24 07:33:52 +0000144libclang
145--------
146
Bill Wendling61f44cc2013-06-04 06:17:46 +0000147...
Ted Kremenek3a2291b2013-04-24 07:33:52 +0000148
Sylvestre Ledruea49d3a2016-08-06 20:23:54 +0000149
Anna Zaksb6219a92013-04-25 23:14:38 +0000150Static Analyzer
Ted Kremenek004e8232013-04-26 00:01:34 +0000151---------------
Anna Zaksb6219a92013-04-25 23:14:38 +0000152
Bill Wendling0a794a4b2013-11-20 10:13:37 +0000153...
Ted Kremenek004e8232013-04-26 00:01:34 +0000154
Vedant Kumar840c2c72017-06-13 02:52:31 +0000155Undefined Behavior Sanitizer (UBSan)
156------------------------------------
157
Hans Wennborgfbb21e02017-07-19 14:14:07 +0000158...
Vedant Kumar840c2c72017-06-13 02:52:31 +0000159
Ted Kremenek004e8232013-04-26 00:01:34 +0000160Core Analysis Improvements
161==========================
162
Bill Wendling61f44cc2013-06-04 06:17:46 +0000163- ...
Ted Kremenek004e8232013-04-26 00:01:34 +0000164
165New Issues Found
166================
167
Bill Wendling61f44cc2013-06-04 06:17:46 +0000168- ...
Anna Zaksb6219a92013-04-25 23:14:38 +0000169
Sean Silvafe251442012-12-23 01:19:35 +0000170Python Binding Changes
171----------------------
172
173The following methods have been added:
174
175- ...
176
177Significant Known Problems
178==========================
179
180Additional Information
181======================
182
183A wide variety of additional information is available on the `Clang web
184page <http://clang.llvm.org/>`_. The web page contains versions of the
185API documentation which are up-to-date with the Subversion version of
186the source code. You can access versions of these documents specific to
187this release by going into the "``clang/docs/``" directory in the Clang
188tree.
189
190If you have any questions or comments about Clang, please feel free to
191contact us via the `mailing
Tanya Lattner4a08e932015-08-05 03:55:23 +0000192list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_.