|
| 1 | +.. If you want to modify sections/contents permanently, you should modify both |
| 2 | + ReleaseNotes.rst and ReleaseNotesTemplate.txt. |
| 3 | + |
| 4 | +==================================================== |
| 5 | +Extra Clang Tools |release| |ReleaseNotesTitle| |
| 6 | +==================================================== |
| 7 | + |
| 8 | +.. contents:: |
| 9 | + :local: |
| 10 | + :depth: 3 |
| 11 | + |
| 12 | +Written by the `LLVM Team <https://llvm.org/>`_ |
| 13 | + |
| 14 | +.. only:: PreRelease |
| 15 | + |
| 16 | + .. warning:: |
| 17 | + These are in-progress notes for the upcoming Extra Clang Tools |version| release. |
| 18 | + Release notes for previous releases can be found on |
| 19 | + `the Download Page <https://releases.llvm.org/download.html>`_. |
| 20 | + |
| 21 | +Introduction |
| 22 | +============ |
| 23 | + |
| 24 | +This document contains the release notes for the Extra Clang Tools, part of the |
| 25 | +Clang release |release|. Here we describe the status of the Extra Clang Tools in |
| 26 | +some detail, including major improvements from the previous release and new |
| 27 | +feature work. All LLVM releases may be downloaded from the `LLVM releases web |
| 28 | +site <https://llvm.org/releases/>`_. |
| 29 | + |
| 30 | +For more information about Clang or LLVM, including information about |
| 31 | +the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or |
| 32 | +the `LLVM Web Site <https://llvm.org>`_. |
| 33 | + |
| 34 | +Note that if you are reading this file from a Git checkout or the |
| 35 | +main Clang web page, this document applies to the *next* release, not |
| 36 | +the current one. To see the release notes for a specific release, please |
| 37 | +see the `releases page <https://llvm.org/releases/>`_. |
| 38 | + |
| 39 | +What's New in Extra Clang Tools |release|? |
| 40 | +========================================== |
| 41 | + |
| 42 | +Some of the major new features and improvements to Extra Clang Tools are listed |
| 43 | +here. Generic improvements to Extra Clang Tools as a whole or to its underlying |
| 44 | +infrastructure are described first, followed by tool-specific sections. |
| 45 | + |
| 46 | +Major New Features |
| 47 | +------------------ |
| 48 | + |
| 49 | +Improvements to clangd |
| 50 | +---------------------- |
| 51 | + |
| 52 | +Inlay hints |
| 53 | +^^^^^^^^^^^ |
| 54 | + |
| 55 | +Diagnostics |
| 56 | +^^^^^^^^^^^ |
| 57 | + |
| 58 | +Semantic Highlighting |
| 59 | +^^^^^^^^^^^^^^^^^^^^^ |
| 60 | + |
| 61 | +Compile flags |
| 62 | +^^^^^^^^^^^^^ |
| 63 | + |
| 64 | +Hover |
| 65 | +^^^^^ |
| 66 | + |
| 67 | +Code completion |
| 68 | +^^^^^^^^^^^^^^^ |
| 69 | + |
| 70 | +Code actions |
| 71 | +^^^^^^^^^^^^ |
| 72 | + |
| 73 | +Signature help |
| 74 | +^^^^^^^^^^^^^^ |
| 75 | + |
| 76 | +Cross-references |
| 77 | +^^^^^^^^^^^^^^^^ |
| 78 | + |
| 79 | +Objective-C |
| 80 | +^^^^^^^^^^^ |
| 81 | + |
| 82 | +Miscellaneous |
| 83 | +^^^^^^^^^^^^^ |
| 84 | + |
| 85 | +Improvements to clang-doc |
| 86 | +------------------------- |
| 87 | + |
| 88 | +Improvements to clang-query |
| 89 | +--------------------------- |
| 90 | + |
| 91 | +Improvements to clang-tidy |
| 92 | +-------------------------- |
| 93 | + |
| 94 | +New checks |
| 95 | +^^^^^^^^^^ |
| 96 | + |
| 97 | +New check aliases |
| 98 | +^^^^^^^^^^^^^^^^^ |
| 99 | + |
| 100 | +Changes in existing checks |
| 101 | +^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 102 | + |
| 103 | +Removed checks |
| 104 | +^^^^^^^^^^^^^^ |
| 105 | + |
| 106 | +Miscellaneous |
| 107 | +^^^^^^^^^^^^^ |
| 108 | + |
| 109 | +Improvements to include-fixer |
| 110 | +----------------------------- |
| 111 | + |
| 112 | +Improvements to clang-include-fixer |
| 113 | +----------------------------------- |
| 114 | + |
| 115 | +Improvements to modularize |
| 116 | +-------------------------- |
| 117 | + |
| 118 | +Improvements to pp-trace |
| 119 | +------------------------ |
| 120 | + |
| 121 | +Clang-tidy Visual Studio plugin |
| 122 | +------------------------------- |
0 commit comments