2019-07-18 11:51:05 +00:00
|
|
|
====================================================
|
2022-02-01 23:13:01 -08:00
|
|
|
Extra Clang Tools |release| |ReleaseNotesTitle|
|
2019-07-18 11:51:05 +00:00
|
|
|
====================================================
|
2016-03-27 05:06:57 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
2016-03-30 12:05:33 +00:00
|
|
|
:depth: 3
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2018-09-10 08:52:04 +00:00
|
|
|
Written by the `LLVM Team <https://llvm.org/>`_
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2022-02-01 23:13:01 -08:00
|
|
|
.. only:: PreRelease
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2022-02-01 23:13:01 -08:00
|
|
|
.. warning::
|
|
|
|
These are in-progress notes for the upcoming Extra Clang Tools |version| release.
|
|
|
|
Release notes for previous releases can be found on
|
|
|
|
`the Download Page <https://releases.llvm.org/download.html>`_.
|
2016-03-27 05:06:57 +00:00
|
|
|
|
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
|
|
|
This document contains the release notes for the Extra Clang Tools, part of the
|
2022-02-01 23:13:01 -08:00
|
|
|
Clang release |release|. Here we describe the status of the Extra Clang Tools in
|
2016-09-06 17:52:44 +00:00
|
|
|
some detail, including major improvements from the previous release and new
|
|
|
|
feature work. All LLVM releases may be downloaded from the `LLVM releases web
|
2018-09-10 08:52:04 +00:00
|
|
|
site <https://llvm.org/releases/>`_.
|
2016-03-27 05:06:57 +00:00
|
|
|
|
|
|
|
For more information about Clang or LLVM, including information about
|
2018-09-10 08:52:04 +00:00
|
|
|
the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or
|
|
|
|
the `LLVM Web Site <https://llvm.org>`_.
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2020-01-15 10:02:56 +01:00
|
|
|
Note that if you are reading this file from a Git checkout or the
|
2016-03-27 05:06:57 +00:00
|
|
|
main Clang web page, this document applies to the *next* release, not
|
|
|
|
the current one. To see the release notes for a specific release, please
|
2018-09-10 08:52:04 +00:00
|
|
|
see the `releases page <https://llvm.org/releases/>`_.
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2022-02-01 23:13:01 -08:00
|
|
|
What's New in Extra Clang Tools |release|?
|
|
|
|
==========================================
|
2016-03-27 05:06:57 +00:00
|
|
|
|
|
|
|
Some of the major new features and improvements to Extra Clang Tools are listed
|
|
|
|
here. Generic improvements to Extra Clang Tools as a whole or to its underlying
|
|
|
|
infrastructure are described first, followed by tool-specific sections.
|
|
|
|
|
|
|
|
Major New Features
|
|
|
|
------------------
|
|
|
|
|
2018-10-11 21:40:32 +00:00
|
|
|
Improvements to clangd
|
|
|
|
----------------------
|
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Inlay hints
|
|
|
|
^^^^^^^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Diagnostics
|
|
|
|
^^^^^^^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Semantic Highlighting
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Compile flags
|
|
|
|
^^^^^^^^^^^^^
|
2022-01-31 19:02:46 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Hover
|
|
|
|
^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Code completion
|
|
|
|
^^^^^^^^^^^^^^^
|
|
|
|
|
2023-09-11 03:50:17 -04:00
|
|
|
Code actions
|
|
|
|
^^^^^^^^^^^^
|
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Signature help
|
|
|
|
^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Cross-references
|
|
|
|
^^^^^^^^^^^^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Objective-C
|
|
|
|
^^^^^^^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2022-02-01 15:51:05 +01:00
|
|
|
Miscellaneous
|
|
|
|
^^^^^^^^^^^^^
|
2022-01-31 12:01:24 +01:00
|
|
|
|
2018-10-11 21:40:32 +00:00
|
|
|
Improvements to clang-doc
|
|
|
|
-------------------------
|
|
|
|
|
2016-03-30 12:05:33 +00:00
|
|
|
Improvements to clang-query
|
|
|
|
---------------------------
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2016-03-30 12:05:33 +00:00
|
|
|
Improvements to clang-tidy
|
|
|
|
--------------------------
|
2016-03-27 05:06:57 +00:00
|
|
|
|
2021-02-22 11:46:36 +01:00
|
|
|
New checks
|
|
|
|
^^^^^^^^^^
|
|
|
|
|
|
|
|
New check aliases
|
|
|
|
^^^^^^^^^^^^^^^^^
|
|
|
|
|
2021-02-22 17:16:51 +01:00
|
|
|
Changes in existing checks
|
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2023-05-23 18:44:55 +00:00
|
|
|
|
2021-03-16 14:03:29 +00:00
|
|
|
Removed checks
|
|
|
|
^^^^^^^^^^^^^^
|
2021-03-03 16:01:12 +00:00
|
|
|
|
2024-02-09 18:19:53 +00:00
|
|
|
Miscellaneous
|
|
|
|
^^^^^^^^^^^^^
|
|
|
|
|
2019-10-30 13:48:26 -04:00
|
|
|
Improvements to include-fixer
|
|
|
|
-----------------------------
|
|
|
|
|
|
|
|
The improvements are...
|
|
|
|
|
2019-03-25 14:09:10 +00:00
|
|
|
Improvements to clang-include-fixer
|
2019-03-25 16:50:24 +00:00
|
|
|
-----------------------------------
|
2016-03-30 12:05:33 +00:00
|
|
|
|
2017-01-12 21:58:40 +00:00
|
|
|
The improvements are...
|
2016-03-30 12:05:33 +00:00
|
|
|
|
|
|
|
Improvements to modularize
|
|
|
|
--------------------------
|
2016-03-27 05:06:57 +00:00
|
|
|
|
|
|
|
The improvements are...
|
[pp-trace] Delete -ignore and add a new option -callbacks
Summary:
-ignore specifies a list of PP callbacks to ignore. It cannot express a
whitelist, which may be more useful than a blacklist.
Add a new option -callbacks to replace it.
-ignore= (default) => -callbacks='*' (default)
-ignore=FileChanged,FileSkipped => -callbacks='*,-FileChanged,-FileSkipped'
-callbacks='Macro*' : print only MacroDefined,MacroExpands,MacroUndefined,...
Reviewers: juliehockett, aaron.ballman, alexfh, ioeric
Reviewed By: aaron.ballman
Subscribers: nemanjai, kbarton, jsji, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D59296
llvm-svn: 356366
2019-03-18 13:30:17 +00:00
|
|
|
|
|
|
|
Improvements to pp-trace
|
|
|
|
------------------------
|
|
|
|
|
2021-12-13 16:08:18 -08:00
|
|
|
Clang-tidy Visual Studio plugin
|
2019-08-27 18:36:08 +00:00
|
|
|
-------------------------------
|