================ @@ -537,7 +537,7 @@ class StdLibraryFunctionsChecker /// a later bug report created by ErrnoChecker. /// Empty return value means that 'errno' related bug may not happen from /// the current analyzed function. - virtual const std::string describe(CheckerContext &C) const { return ""; } + virtual std::string describe(CheckerContext &C) const { return ""; } ---------------- arsenm wrote:
Can this return StringRef? https://github.com/llvm/llvm-project/pull/141414 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits