File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,10 @@ New checks
142142 Finds unscoped (non-class) ``enum `` declarations and suggests using
143143 ``enum class `` instead.
144144
145+ - New :doc: `modernize-use-constexpr
146+ <clang-tidy/checks/modernize/use-constexpr>` check that finds functions and
147+ variables that can be declared `constexpr `.
148+
145149- New :doc: `modernize-use-scoped-lock
146150 <clang-tidy/checks/modernize/use-scoped-lock>` check.
147151
@@ -270,10 +274,6 @@ Changes in existing checks
270274 excluding variables with ``thread_local `` storage class specifier from being
271275 matched.
272276
273- - Added :doc: `modernize-use-constexpr
274- <clang-tidy/checks/modernize/use-constexpr>` check that finds functions and
275- variables that can be declared `constexpr `.
276-
277277- Improved :doc: `modernize-use-default-member-init
278278 <clang-tidy/checks/modernize/use-default-member-init>` check by matching
279279 arithmetic operations, ``constexpr `` and ``static `` values, and detecting
You can’t perform that action at this time.
0 commit comments