This class is to serve as a replacement for llvm::StringRef as part of
the plans to limit dependency on other parts of LLVM. One use of
llvm::StringRef in MPFRWrapper has been replaced with the new class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Do we need error checking for the case when Str == nullptr but N > 0?