@@ -67,14 +67,6 @@ Code completion
67
67
Code actions
68
68
^^^^^^^^^^^^
69
69
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
-
78
70
Signature help
79
71
^^^^^^^^^^^^^^
80
72
@@ -93,11 +85,6 @@ Improvements to clang-doc
93
85
Improvements to clang-query
94
86
---------------------------
95
87
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
-
101
88
Improvements to clang-tidy
102
89
--------------------------
103
90
@@ -110,22 +97,6 @@ New check aliases
110
97
Changes in existing checks
111
98
^^^^^^^^^^^^^^^^^^^^^^^^^^
112
99
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
-
129
100
Removed checks
130
101
^^^^^^^^^^^^^^
131
102
@@ -152,4 +123,3 @@ Improvements to pp-trace
152
123
153
124
Clang-tidy Visual Studio plugin
154
125
-------------------------------
155
-
0 commit comments