Instead of just returning a raw const char *, I think llvm::StringRef
would make more sense. Most of the time that we use the return value of
GetProcessPluginName we're passing it to CreateProcess which takes a
StringRef anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo