Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 1 | ======================================= |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 2 | Clang 7.0.0 (In-Progress) Release Notes |
Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 3 | ======================================= |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 4 | |
| 5 | .. contents:: |
| 6 | :local: |
| 7 | :depth: 2 |
| 8 | |
| 9 | Written by the `LLVM Team <http://llvm.org/>`_ |
| 10 | |
| 11 | .. warning:: |
| 12 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 13 | These are in-progress notes for the upcoming Clang 7 release. |
Hans Wennborg | 189f1f3 | 2017-02-09 23:26:34 +0000 | [diff] [blame] | 14 | Release notes for previous releases can be found on |
| 15 | `the Download Page <http://releases.llvm.org/download.html>`_. |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 16 | |
| 17 | Introduction |
| 18 | ============ |
| 19 | |
| 20 | This document contains the release notes for the Clang C/C++/Objective-C |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 21 | frontend, part of the LLVM Compiler Infrastructure, release 7.0.0. Here we |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 22 | describe the status of Clang in some detail, including major |
| 23 | improvements from the previous release and new feature work. For the |
| 24 | general LLVM release notes, see `the LLVM |
| 25 | documentation <http://llvm.org/docs/ReleaseNotes.html>`_. All LLVM |
| 26 | releases may be downloaded from the `LLVM releases web |
| 27 | site <http://llvm.org/releases/>`_. |
| 28 | |
Hans Wennborg | d878ca8 | 2017-08-30 18:35:44 +0000 | [diff] [blame] | 29 | For more information about Clang or LLVM, including information about the |
| 30 | latest release, please see the `Clang Web Site <http://clang.llvm.org>`_ or the |
| 31 | `LLVM Web Site <http://llvm.org>`_. |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 32 | |
| 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 <http://llvm.org/releases/>`_. |
| 37 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 38 | What's New in Clang 7.0.0? |
Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 39 | ========================== |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 40 | |
| 41 | Some of the major new features and improvements to Clang are listed |
| 42 | here. Generic improvements to Clang as a whole or to its underlying |
| 43 | infrastructure are described first, followed by language-specific |
| 44 | sections with improvements to Clang's support for those languages. |
| 45 | |
| 46 | Major New Features |
| 47 | ------------------ |
| 48 | |
Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 49 | - ... |
Rafael Espindola | 3497069 | 2013-12-12 16:07:11 +0000 | [diff] [blame] | 50 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 51 | Improvements to Clang's diagnostics |
| 52 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 53 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 54 | - ... |
Roman Lebedev | 809df34 | 2017-10-26 13:18:14 +0000 | [diff] [blame] | 55 | |
Erich Keane | b0c7809 | 2017-07-26 18:04:45 +0000 | [diff] [blame] | 56 | Non-comprehensive list of changes in this release |
| 57 | ------------------------------------------------- |
| 58 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 59 | - ... |
Alex Lorenz | d8ec431 | 2017-12-14 19:22:02 +0000 | [diff] [blame] | 60 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 61 | New Compiler Flags |
| 62 | ------------------ |
| 63 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 64 | - ... |
Aaron Ballman | 2b3bc4c | 2017-10-21 16:45:08 +0000 | [diff] [blame] | 65 | |
Joerg Sonnenberger | c919968 | 2017-07-01 21:36:21 +0000 | [diff] [blame] | 66 | Deprecated Compiler Flags |
| 67 | ------------------------- |
| 68 | |
| 69 | The following options are deprecated and ignored. They will be removed in |
| 70 | future versions of Clang. |
| 71 | |
Hans Wennborg | fbb21e0 | 2017-07-19 14:14:07 +0000 | [diff] [blame] | 72 | - ... |
Joerg Sonnenberger | c919968 | 2017-07-01 21:36:21 +0000 | [diff] [blame] | 73 | |
Yuka Takahashi | ba900ab | 2018-03-07 11:34:02 +0000 | [diff] [blame] | 74 | Modified Compiler Flags |
| 75 | ----------------------- |
| 76 | |
Eugene Zelenko | d02f3e9 | 2018-03-08 01:37:39 +0000 | [diff] [blame^] | 77 | - Before Clang 7.0, we prepended the `#` character to the `--autocomplete` |
| 78 | argument to enable cc1 flags. For example, when the `-cc1` or `-Xclang` flag |
| 79 | is in the :program:`clang` invocation, the shell executed |
| 80 | `clang --autocomplete=#-<flag to be completed>`. Clang 7.0 now requires the |
| 81 | whole invocation including all flags to be passed to the `--autocomplete` like |
| 82 | this: `clang --autocomplete=-cc1,-xc++,-fsyn`. |
Yuka Takahashi | ba900ab | 2018-03-07 11:34:02 +0000 | [diff] [blame] | 83 | |
Tyler Nowicki | db2668a | 2014-06-18 00:51:32 +0000 | [diff] [blame] | 84 | New Pragmas in Clang |
| 85 | ----------------------- |
| 86 | |
Rafael Espindola | af74250 | 2014-08-22 21:59:11 +0000 | [diff] [blame] | 87 | Clang now supports the ... |
Mark Heffernan | bd26f5e | 2014-07-21 18:08:34 +0000 | [diff] [blame] | 88 | |
Paul Robinson | f9ede1c | 2016-07-18 17:19:12 +0000 | [diff] [blame] | 89 | |
| 90 | Attribute Changes in Clang |
| 91 | -------------------------- |
| 92 | |
Erich Keane | ace10a2 | 2018-01-08 23:36:29 +0000 | [diff] [blame] | 93 | - Clang now supports function multiversioning with attribute 'target' on ELF |
| 94 | based x86/x86-64 environments by using indirect functions. This implementation |
| 95 | has a few minor limitations over the GCC implementation for the sake of AST |
| 96 | sanity, however it is otherwise compatible with existing code using this |
| 97 | feature for GCC. Consult the documentation for the target attribute for more |
| 98 | information. |
Eugene Zelenko | d02f3e9 | 2018-03-08 01:37:39 +0000 | [diff] [blame^] | 99 | |
Hans Wennborg | fbb21e0 | 2017-07-19 14:14:07 +0000 | [diff] [blame] | 100 | - ... |
Paul Robinson | f9ede1c | 2016-07-18 17:19:12 +0000 | [diff] [blame] | 101 | |
Hans Wennborg | 02dc000 | 2014-08-05 00:21:23 +0000 | [diff] [blame] | 102 | Windows Support |
| 103 | --------------- |
| 104 | |
Rafael Espindola | af74250 | 2014-08-22 21:59:11 +0000 | [diff] [blame] | 105 | Clang's support for building native Windows programs ... |
Hans Wennborg | 02dc000 | 2014-08-05 00:21:23 +0000 | [diff] [blame] | 106 | |
| 107 | |
Renato Golin | f2fcddb | 2013-12-13 09:27:34 +0000 | [diff] [blame] | 108 | C Language Changes in Clang |
| 109 | --------------------------- |
| 110 | |
Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 111 | - ... |
Pirama Arumuga Nainar | c85c853 | 2016-06-21 16:09:30 +0000 | [diff] [blame] | 112 | |
Renato Golin | f2fcddb | 2013-12-13 09:27:34 +0000 | [diff] [blame] | 113 | ... |
| 114 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 115 | C11 Feature Support |
| 116 | ^^^^^^^^^^^^^^^^^^^ |
| 117 | |
| 118 | ... |
| 119 | |
| 120 | C++ Language Changes in Clang |
| 121 | ----------------------------- |
| 122 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 123 | - ... |
Richard Smith | 8eb53c8 | 2016-05-05 18:40:37 +0000 | [diff] [blame] | 124 | |
| 125 | C++1z Feature Support |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 126 | ^^^^^^^^^^^^^^^^^^^^^ |
| 127 | |
| 128 | ... |
| 129 | |
| 130 | Objective-C Language Changes in Clang |
| 131 | ------------------------------------- |
| 132 | |
| 133 | ... |
| 134 | |
Erik Schnetter | 489700d | 2013-11-11 06:36:33 +0000 | [diff] [blame] | 135 | OpenCL C Language Changes in Clang |
| 136 | ---------------------------------- |
| 137 | |
Bill Wendling | 0a794a4b | 2013-11-20 10:13:37 +0000 | [diff] [blame] | 138 | ... |
Erik Schnetter | 489700d | 2013-11-11 06:36:33 +0000 | [diff] [blame] | 139 | |
Alexey Bataev | 44b6750 | 2016-05-31 11:17:08 +0000 | [diff] [blame] | 140 | OpenMP Support in Clang |
| 141 | ---------------------------------- |
| 142 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 143 | - ... |
Alexey Bataev | 44b6750 | 2016-05-31 11:17:08 +0000 | [diff] [blame] | 144 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 145 | Internal API Changes |
| 146 | -------------------- |
| 147 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 148 | These are major API changes that have happened since the 6.0.0 release of |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 149 | Clang. If upgrading an external codebase that uses Clang as a library, |
| 150 | this section should help get you past the largest hurdles of upgrading. |
| 151 | |
Vedant Kumar | 5fb00e4 | 2016-07-27 23:01:55 +0000 | [diff] [blame] | 152 | - ... |
Richard Smith | a0334a9 | 2015-05-14 00:22:12 +0000 | [diff] [blame] | 153 | |
Aaron Ballman | cdc43af | 2015-09-17 13:47:22 +0000 | [diff] [blame] | 154 | AST Matchers |
| 155 | ------------ |
Aaron Ballman | cdc43af | 2015-09-17 13:47:22 +0000 | [diff] [blame] | 156 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 157 | - ... |
Sylvestre Ledru | 72e3fa7 | 2017-03-14 09:43:55 +0000 | [diff] [blame] | 158 | |
| 159 | clang-format |
| 160 | ------------ |
| 161 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 162 | - ... |
Sylvestre Ledru | c941039 | 2017-12-05 09:23:47 +0000 | [diff] [blame] | 163 | |
Ted Kremenek | 3a2291b | 2013-04-24 07:33:52 +0000 | [diff] [blame] | 164 | libclang |
| 165 | -------- |
| 166 | |
Bill Wendling | 61f44cc | 2013-06-04 06:17:46 +0000 | [diff] [blame] | 167 | ... |
Ted Kremenek | 3a2291b | 2013-04-24 07:33:52 +0000 | [diff] [blame] | 168 | |
Sylvestre Ledru | ea49d3a | 2016-08-06 20:23:54 +0000 | [diff] [blame] | 169 | |
Anna Zaks | b6219a9 | 2013-04-25 23:14:38 +0000 | [diff] [blame] | 170 | Static Analyzer |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 171 | --------------- |
Anna Zaks | b6219a9 | 2013-04-25 23:14:38 +0000 | [diff] [blame] | 172 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 173 | - ... |
Roman Lebedev | 88b56ca | 2017-11-30 09:18:35 +0000 | [diff] [blame] | 174 | |
Bill Wendling | 0a794a4b | 2013-11-20 10:13:37 +0000 | [diff] [blame] | 175 | ... |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 176 | |
Vedant Kumar | 840c2c7 | 2017-06-13 02:52:31 +0000 | [diff] [blame] | 177 | Undefined Behavior Sanitizer (UBSan) |
| 178 | ------------------------------------ |
| 179 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 180 | * ... |
Vedant Kumar | 840c2c7 | 2017-06-13 02:52:31 +0000 | [diff] [blame] | 181 | |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 182 | Core Analysis Improvements |
| 183 | ========================== |
| 184 | |
Bill Wendling | 61f44cc | 2013-06-04 06:17:46 +0000 | [diff] [blame] | 185 | - ... |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 186 | |
| 187 | New Issues Found |
| 188 | ================ |
| 189 | |
Bill Wendling | 61f44cc | 2013-06-04 06:17:46 +0000 | [diff] [blame] | 190 | - ... |
Anna Zaks | b6219a9 | 2013-04-25 23:14:38 +0000 | [diff] [blame] | 191 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 192 | Python Binding Changes |
| 193 | ---------------------- |
| 194 | |
| 195 | The following methods have been added: |
| 196 | |
| 197 | - ... |
| 198 | |
| 199 | Significant Known Problems |
| 200 | ========================== |
| 201 | |
| 202 | Additional Information |
| 203 | ====================== |
| 204 | |
| 205 | A wide variety of additional information is available on the `Clang web |
| 206 | page <http://clang.llvm.org/>`_. The web page contains versions of the |
| 207 | API documentation which are up-to-date with the Subversion version of |
| 208 | the source code. You can access versions of these documents specific to |
| 209 | this release by going into the "``clang/docs/``" directory in the Clang |
| 210 | tree. |
| 211 | |
| 212 | If you have any questions or comments about Clang, please feel free to |
| 213 | contact us via the `mailing |
Tanya Lattner | 4a08e93 | 2015-08-05 03:55:23 +0000 | [diff] [blame] | 214 | list <http://lists.llvm.org/mailman/listinfo/cfe-dev>`_. |