Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 1 | ======================================= |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 2 | Clang 9.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 | |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 9 | Written by the `LLVM Team <https://llvm.org/>`_ |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 10 | |
| 11 | .. warning:: |
| 12 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 13 | These are in-progress notes for the upcoming Clang 9 release. |
Hans Wennborg | 189f1f3 | 2017-02-09 23:26:34 +0000 | [diff] [blame] | 14 | Release notes for previous releases can be found on |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 15 | `the Download Page <https://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 | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 21 | frontend, part of the LLVM Compiler Infrastructure, release 9.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 |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 25 | documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 26 | releases may be downloaded from the `LLVM releases web |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 27 | site <https://llvm.org/releases/>`_. |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 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 |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 30 | latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or the |
| 31 | `LLVM Web Site <https://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 |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 36 | see the `releases page <https://llvm.org/releases/>`_. |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 37 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 38 | What's New in Clang 9.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 | 1fe469a | 2019-01-16 10:57:02 +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 | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 54 | - ... |
Roman Lebedev | 61061d6 | 2018-04-07 10:39:21 +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 | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 59 | - ... |
Alex Lorenz | d8ec431 | 2017-12-14 19:22:02 +0000 | [diff] [blame] | 60 | |
Ilya Biryukov | 88aef52 | 2018-12-05 18:32:05 +0000 | [diff] [blame] | 61 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 62 | New Compiler Flags |
| 63 | ------------------ |
| 64 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 65 | - ... |
Aaron Ballman | 2b3bc4c | 2017-10-21 16:45:08 +0000 | [diff] [blame] | 66 | |
Joerg Sonnenberger | c919968 | 2017-07-01 21:36:21 +0000 | [diff] [blame] | 67 | Deprecated Compiler Flags |
| 68 | ------------------------- |
| 69 | |
| 70 | The following options are deprecated and ignored. They will be removed in |
| 71 | future versions of Clang. |
| 72 | |
Hans Wennborg | fbb21e0 | 2017-07-19 14:14:07 +0000 | [diff] [blame] | 73 | - ... |
Joerg Sonnenberger | c919968 | 2017-07-01 21:36:21 +0000 | [diff] [blame] | 74 | |
Yuka Takahashi | ba900ab | 2018-03-07 11:34:02 +0000 | [diff] [blame] | 75 | Modified Compiler Flags |
| 76 | ----------------------- |
| 77 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 78 | - ... |
Yuka Takahashi | ba900ab | 2018-03-07 11:34:02 +0000 | [diff] [blame] | 79 | |
Tyler Nowicki | db2668a | 2014-06-18 00:51:32 +0000 | [diff] [blame] | 80 | New Pragmas in Clang |
Eugene Zelenko | ad5684a | 2018-05-15 21:45:01 +0000 | [diff] [blame] | 81 | -------------------- |
Tyler Nowicki | db2668a | 2014-06-18 00:51:32 +0000 | [diff] [blame] | 82 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 83 | - ... |
Paul Robinson | f9ede1c | 2016-07-18 17:19:12 +0000 | [diff] [blame] | 84 | |
| 85 | Attribute Changes in Clang |
| 86 | -------------------------- |
| 87 | |
Hans Wennborg | fbb21e0 | 2017-07-19 14:14:07 +0000 | [diff] [blame] | 88 | - ... |
Paul Robinson | f9ede1c | 2016-07-18 17:19:12 +0000 | [diff] [blame] | 89 | |
Hans Wennborg | 02dc000 | 2014-08-05 00:21:23 +0000 | [diff] [blame] | 90 | Windows Support |
| 91 | --------------- |
| 92 | |
Nico Weber | 1dbff9a | 2018-07-18 11:55:03 +0000 | [diff] [blame] | 93 | - ... |
Hans Wennborg | 02dc000 | 2014-08-05 00:21:23 +0000 | [diff] [blame] | 94 | |
| 95 | |
Renato Golin | f2fcddb | 2013-12-13 09:27:34 +0000 | [diff] [blame] | 96 | C Language Changes in Clang |
| 97 | --------------------------- |
| 98 | |
Hans Wennborg | 60d06bf | 2016-07-18 18:05:19 +0000 | [diff] [blame] | 99 | - ... |
Pirama Arumuga Nainar | c85c853 | 2016-06-21 16:09:30 +0000 | [diff] [blame] | 100 | |
Renato Golin | f2fcddb | 2013-12-13 09:27:34 +0000 | [diff] [blame] | 101 | ... |
| 102 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 103 | C11 Feature Support |
| 104 | ^^^^^^^^^^^^^^^^^^^ |
| 105 | |
| 106 | ... |
| 107 | |
| 108 | C++ Language Changes in Clang |
| 109 | ----------------------------- |
| 110 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 111 | - ... |
Richard Smith | 8eb53c8 | 2016-05-05 18:40:37 +0000 | [diff] [blame] | 112 | |
| 113 | C++1z Feature Support |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 114 | ^^^^^^^^^^^^^^^^^^^^^ |
| 115 | |
| 116 | ... |
| 117 | |
| 118 | Objective-C Language Changes in Clang |
| 119 | ------------------------------------- |
| 120 | |
| 121 | ... |
| 122 | |
Erik Schnetter | 489700d | 2013-11-11 06:36:33 +0000 | [diff] [blame] | 123 | OpenCL C Language Changes in Clang |
| 124 | ---------------------------------- |
| 125 | |
Bill Wendling | 0a794a4b | 2013-11-20 10:13:37 +0000 | [diff] [blame] | 126 | ... |
Erik Schnetter | 489700d | 2013-11-11 06:36:33 +0000 | [diff] [blame] | 127 | |
Richard Smith | 6822bd7 | 2018-10-26 19:26:45 +0000 | [diff] [blame] | 128 | ABI Changes in Clang |
| 129 | -------------------- |
| 130 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 131 | - ... |
Richard Smith | 6822bd7 | 2018-10-26 19:26:45 +0000 | [diff] [blame] | 132 | |
Alexey Bataev | 44b6750 | 2016-05-31 11:17:08 +0000 | [diff] [blame] | 133 | OpenMP Support in Clang |
Shoaib Meenai | 5be71fa | 2019-03-04 21:19:53 +0000 | [diff] [blame] | 134 | ----------------------- |
Alexey Bataev | 44b6750 | 2016-05-31 11:17:08 +0000 | [diff] [blame] | 135 | |
Alexey Bataev | c2dc4d4 | 2019-02-05 20:38:36 +0000 | [diff] [blame] | 136 | - Added emission of the debug information for NVPTX target devices. |
Alexey Bataev | 44b6750 | 2016-05-31 11:17:08 +0000 | [diff] [blame] | 137 | |
Jonas Hahnfeld | 8da9c2a | 2018-04-20 13:04:54 +0000 | [diff] [blame] | 138 | CUDA Support in Clang |
| 139 | --------------------- |
| 140 | |
Alexey Bataev | c2dc4d4 | 2019-02-05 20:38:36 +0000 | [diff] [blame] | 141 | - Added emission of the debug information for the device code. |
Jonas Hahnfeld | 8da9c2a | 2018-04-20 13:04:54 +0000 | [diff] [blame] | 142 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 143 | Internal API Changes |
| 144 | -------------------- |
| 145 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 146 | These are major API changes that have happened since the 8.0.0 release of |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 147 | Clang. If upgrading an external codebase that uses Clang as a library, |
| 148 | this section should help get you past the largest hurdles of upgrading. |
| 149 | |
Shoaib Meenai | 5be71fa | 2019-03-04 21:19:53 +0000 | [diff] [blame] | 150 | Build System Changes |
| 151 | -------------------- |
| 152 | |
| 153 | These are major changes to the build system that have happened since the 8.0.0 |
| 154 | release of Clang. Users of the build system should adjust accordingly. |
| 155 | |
| 156 | - In 8.0.0 and below, the install-clang-headers target would install clang's |
| 157 | resource directory headers. This installation is now performed by the |
| 158 | install-clang-resource-headers target. Users of the old install-clang-headers |
Shoaib Meenai | 20e7c0c | 2019-03-11 18:53:57 +0000 | [diff] [blame] | 159 | target should switch to the new install-clang-resource-headers target. The |
| 160 | install-clang-headers target now installs clang's API headers (corresponding |
| 161 | to its libraries), which is consistent with the install-llvm-headers target. |
Shoaib Meenai | 5be71fa | 2019-03-04 21:19:53 +0000 | [diff] [blame] | 162 | |
Vedant Kumar | 5fb00e4 | 2016-07-27 23:01:55 +0000 | [diff] [blame] | 163 | - ... |
Richard Smith | a0334a9 | 2015-05-14 00:22:12 +0000 | [diff] [blame] | 164 | |
Aaron Ballman | cdc43af | 2015-09-17 13:47:22 +0000 | [diff] [blame] | 165 | AST Matchers |
| 166 | ------------ |
Aaron Ballman | cdc43af | 2015-09-17 13:47:22 +0000 | [diff] [blame] | 167 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 168 | - ... |
Sylvestre Ledru | 72e3fa7 | 2017-03-14 09:43:55 +0000 | [diff] [blame] | 169 | |
| 170 | clang-format |
| 171 | ------------ |
| 172 | |
Paul Hoad | 701a0d7 | 2019-03-20 20:49:43 +0000 | [diff] [blame] | 173 | - Added new option `PPDIS_BeforeHash` (in configuration: `BeforeHash`) to |
Paul Hoad | 7c6ce35 | 2019-03-20 21:02:12 +0000 | [diff] [blame^] | 174 | `IndentPPDirectives` which indents preprocessor directives before the hash. |
Sylvestre Ledru | c941039 | 2017-12-05 09:23:47 +0000 | [diff] [blame] | 175 | |
Ted Kremenek | 3a2291b | 2013-04-24 07:33:52 +0000 | [diff] [blame] | 176 | libclang |
| 177 | -------- |
| 178 | |
Leonard Chan | 009f9e8 | 2019-01-24 00:11:35 +0000 | [diff] [blame] | 179 | - When `CINDEXTEST_INCLUDE_ATTRIBUTED_TYPES` is not provided when making a |
| 180 | CXType, the equivalent type of the AttributedType is returned instead of the |
| 181 | modified type if the user does not want attribute sugar. The equivalent type |
| 182 | represents the minimally-desugared type which the AttributedType is |
| 183 | canonically equivalent to. |
Ted Kremenek | 3a2291b | 2013-04-24 07:33:52 +0000 | [diff] [blame] | 184 | |
Sylvestre Ledru | ea49d3a | 2016-08-06 20:23:54 +0000 | [diff] [blame] | 185 | |
Anna Zaks | b6219a9 | 2013-04-25 23:14:38 +0000 | [diff] [blame] | 186 | Static Analyzer |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 187 | --------------- |
Anna Zaks | b6219a9 | 2013-04-25 23:14:38 +0000 | [diff] [blame] | 188 | |
Hans Wennborg | 7b852ea | 2018-01-03 15:49:39 +0000 | [diff] [blame] | 189 | - ... |
Roman Lebedev | 88b56ca | 2017-11-30 09:18:35 +0000 | [diff] [blame] | 190 | |
Bill Wendling | 0a794a4b | 2013-11-20 10:13:37 +0000 | [diff] [blame] | 191 | ... |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 192 | |
Roman Lebedev | b69ba22 | 2018-07-30 18:58:30 +0000 | [diff] [blame] | 193 | .. _release-notes-ubsan: |
| 194 | |
Vedant Kumar | 840c2c7 | 2017-06-13 02:52:31 +0000 | [diff] [blame] | 195 | Undefined Behavior Sanitizer (UBSan) |
| 196 | ------------------------------------ |
| 197 | |
Hans Wennborg | 1fe469a | 2019-01-16 10:57:02 +0000 | [diff] [blame] | 198 | - ... |
Roman Lebedev | bd1c087 | 2019-01-15 09:44:25 +0000 | [diff] [blame] | 199 | |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 200 | Core Analysis Improvements |
| 201 | ========================== |
| 202 | |
Bill Wendling | 61f44cc | 2013-06-04 06:17:46 +0000 | [diff] [blame] | 203 | - ... |
Ted Kremenek | 004e823 | 2013-04-26 00:01:34 +0000 | [diff] [blame] | 204 | |
| 205 | New Issues Found |
| 206 | ================ |
| 207 | |
Bill Wendling | 61f44cc | 2013-06-04 06:17:46 +0000 | [diff] [blame] | 208 | - ... |
Anna Zaks | b6219a9 | 2013-04-25 23:14:38 +0000 | [diff] [blame] | 209 | |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 210 | Python Binding Changes |
| 211 | ---------------------- |
| 212 | |
| 213 | The following methods have been added: |
| 214 | |
| 215 | - ... |
| 216 | |
| 217 | Significant Known Problems |
| 218 | ========================== |
| 219 | |
| 220 | Additional Information |
| 221 | ====================== |
| 222 | |
| 223 | A wide variety of additional information is available on the `Clang web |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 224 | page <https://clang.llvm.org/>`_. The web page contains versions of the |
Sean Silva | fe25144 | 2012-12-23 01:19:35 +0000 | [diff] [blame] | 225 | API documentation which are up-to-date with the Subversion version of |
| 226 | the source code. You can access versions of these documents specific to |
| 227 | this release by going into the "``clang/docs/``" directory in the Clang |
| 228 | tree. |
| 229 | |
| 230 | If you have any questions or comments about Clang, please feel free to |
| 231 | contact us via the `mailing |
Hans Wennborg | 0aa0d91 | 2018-09-10 08:51:25 +0000 | [diff] [blame] | 232 | list <https://lists.llvm.org/mailman/listinfo/cfe-dev>`_. |