We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba6df0 commit dd51b45Copy full SHA for dd51b45
clang-tools-extra/docs/ReleaseNotes.rst
@@ -189,10 +189,8 @@ Changes in existing checks
189
<clang-tidy/checks/bugprone/branch-clone>` check to improve detection of
190
branch clones by now detecting duplicate inner and outer if statements.
191
192
-- Added `ctime` and `localtime` to clang-tidy.
193
-
194
-- New unsafe functions checks :doc:`bugprone-unsafe-functions`
195
- <clang-tidy/bugprone/UnsafeFunctionsCheck.cpp> were added to clang-tidy.
+- New unsafe functions checks :doc:`bugprone-unsafe-functions
+ <clang-tidy/bugprone/UnsafeFunctionsCheck.cpp>` were added to clang-tidy.
196
197
- Improved :doc:`bugprone-unsafe-functions
198
<clang-tidy/checks/bugprone/unsafe-functions>`, added `ctime` and `localtime`
0 commit comments