Skip to content

Latest commit

 

History

History
136 lines (91 loc) · 3.02 KB

ReleaseNotes.rst

File metadata and controls

136 lines (91 loc) · 3.02 KB

Extra Clang Tools

Written by the LLVM Team

PreRelease

Warning

These are in-progress notes for the upcoming Extra Clang Tools release. Release notes for previous releases can be found on the Download Page.

Introduction

This document contains the release notes for the Extra Clang Tools, part of the Clang release . Here we describe the status of the Extra Clang Tools in some detail, including major improvements from the previous release and new feature work. All LLVM releases may be downloaded from the LLVM releases web site.

For more information about Clang or LLVM, including information about the latest release, please see the Clang Web Site or the LLVM Web Site.

Note that if you are reading this file from a Git checkout or the 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 see the releases page.

What's New in Extra Clang Tools ?

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

...

Improvements to clangd

Inlay hints

Diagnostics

Semantic Highlighting

Compile flags

Hover

Code completion

Signature help

Cross-references

Objective-C

Miscellaneous

Improvements to clang-doc

The improvements are...

Improvements to clang-query

The improvements are...

Improvements to clang-rename

The improvements are...

Improvements to clang-tidy

New checks

  • New bugprone-shared-ptr-array-mismatch <clang-tidy/checks/bugprone-shared-ptr-array-mismatch> check.

    Finds initializations of C++ shared pointers to non-array type that are initialized with an array.

New check aliases

Changes in existing checks

Removed checks

Improvements to include-fixer

The improvements are...

Improvements to clang-include-fixer

The improvements are...

Improvements to modularize

The improvements are...

Improvements to pp-trace

The improvements are...

Clang-tidy Visual Studio plugin