[clang-tools-extra] Ensure functions are anchored in the global namespace (PR #99084)

Nathan James via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 00:22:53 PDT 2024


njames93 wrote:

Just a drive by comment, would it not have been nicer to use the `hasAnyName` matcher which understands `::` at the start means global namespace.

https://github.com/llvm/llvm-project/pull/99084


More information about the cfe-commits mailing list