Skip to content

Commit 9d76231

Browse files
authored
[clang-tidy] Ensure functions are anchored in the global namespace (for cert-err-33) (#99380)
The regular expressions match functions that aren't anchored in the global namespace. For example `::remove` matches any object with a `removeXyz` method. This change is to remove these false positives
1 parent 315561c commit 9d76231

File tree

1 file changed

+177
-177
lines changed

1 file changed

+177
-177
lines changed

0 commit comments

Comments
 (0)