Skip to content

Commit 3633dd5

Browse files
committed
move release note entry to correct location
1 parent 11913fa commit 3633dd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)