@@ -67,14 +67,6 @@ Code completion
6767Code actions
6868^^^^^^^^^^^^
6969
70- - New ``Override pure virtual methods `` code action. When invoked on a class
71- definition, this action automatically generates C++ ``override `` declarations
72- for all pure virtual methods inherited from its base classes that have not yet
73- been implemented. The generated method stubs prompts the user for the actual
74- implementation. The overrides are intelligently grouped under their original
75- access specifiers (e.g., ``public ``, ``protected ``), creating new access
76- specifier blocks if necessary.
77-
7870Signature help
7971^^^^^^^^^^^^^^
8072
@@ -93,11 +85,6 @@ Improvements to clang-doc
9385Improvements to clang-query
9486---------------------------
9587
96- - Matcher queries interpreted by clang-query are now support trailing comma (,)
97- in matcher arguments. Note that C++ still doesn't allow this in function
98- arguments. So when porting a query to C++, remove all instances of trailing
99- comma (otherwise C++ compiler will just complain about "expected expression").
100-
10188Improvements to clang-tidy
10289--------------------------
10390
@@ -110,22 +97,6 @@ New check aliases
11097Changes in existing checks
11198^^^^^^^^^^^^^^^^^^^^^^^^^^
11299
113- - Improved :doc: `bugprone-infinite-loop
114- <clang-tidy/checks/bugprone/infinite-loop>` check by adding detection for
115- variables introduced by structured bindings.
116-
117- - Improved :doc: `bugprone-unhandled-self-assignment
118- <clang-tidy/checks/bugprone/unhandled-self-assignment>` check by adding
119- an additional matcher that generalizes the copy-and-swap idiom pattern
120- detection.
121-
122- - Improved :doc: `misc-header-include-cycle
123- <clang-tidy/checks/misc/header-include-cycle>` check performance.
124-
125- - Improved :doc: `portability-template-virtual-member-function
126- <clang-tidy/checks/portability/template-virtual-member-function>` check to
127- avoid false positives on pure virtual member functions.
128-
129100Removed checks
130101^^^^^^^^^^^^^^
131102
@@ -152,4 +123,3 @@ Improvements to pp-trace
152123
153124Clang-tidy Visual Studio plugin
154125-------------------------------
155-
0 commit comments