ΒΆstd::string getIssueString(
const clang::FullSourceLoc& IssueLoc,
llvm::StringRef CheckerName,
llvm::StringRef WarningMessage,
const clang::Decl* IssueDecl,
const clang::LangOptions& LangOpts)
std::string getIssueString(
const clang::FullSourceLoc& IssueLoc,
llvm::StringRef CheckerName,
llvm::StringRef WarningMessage,
const clang::Decl* IssueDecl,
const clang::LangOptions& LangOpts)
Description
Get the unhashed string representation of the V1 issue hash. When hashed, it becomes the actual issue hash. Useful for testing. See GetIssueHashV1() for more information.
Declared at: clang/include/clang/Analysis/IssueHash.h:43
Parameters
- const clang::FullSourceLoc& IssueLoc
- llvm::StringRef CheckerName
- llvm::StringRef WarningMessage
- const clang::Decl* IssueDecl
- const clang::LangOptions& LangOpts