llvm-project
c736ca85 - [clang-tidy] Ensure functions are anchored in the global namespace (#99084)

Commit
1 year ago
[clang-tidy] Ensure functions are anchored in the global namespace (#99084) The regular expressions match functions that aren't anchored in the global namespace. For example `::connect` matches `QObject::connect` This change is to remove these false positives
Author
Parents
Loading