Skip to content

Commit 8018941

Browse files
committed
short description by DeepSeek
1 parent 199ecec commit 8018941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang-tools-extra/clang-tidy/misc/ShadowedNamespaceFunctionCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace clang::tidy::misc {
1515

16-
/// FIXME: Write a short description.
16+
/// Detects free functions in global namespace that shadow functions from other namespaces.
1717
///
1818
/// For the user-facing documentation see:
1919
/// https://clang.llvm.org/extra/clang-tidy/checks/misc/shadowed-namespace-function.html

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ New checks
229229
- New :doc:`misc-shadowed-namespace-function
230230
<clang-tidy/checks/misc/shadowed-namespace-function>` check.
231231

232-
FIXME: Write a short description.
232+
Detects free functions in global namespace that shadow functions from other namespaces.
233233

234234
- New :doc:`readability-redundant-parentheses
235235
<clang-tidy/checks/readability/redundant-parentheses>` check.

0 commit comments

Comments
 (0)