File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313
1414namespace 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments