Description
Hello,
I am using ghidra for C++ decompilation and we use namespaces to represent c++ namespaces. I want to use function ID matching analysis, but the registration process strips any namespaces and only leaves the last part of the name, which is an issue for me since C++ code often has simple names that clash when you remove the namespace. Is it possible to support an option to make namespace stripping optional?