clang 19.0.0git
Namespaces | Functions
IssueHash.h File Reference
#include "llvm/ADT/SmallString.h"

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Functions

llvm::SmallString< 32 > clang::getIssueHash (const FullSourceLoc &IssueLoc, llvm::StringRef CheckerName, llvm::StringRef WarningMessage, const Decl *IssueDecl, const LangOptions &LangOpts)
 Returns an opaque identifier for a diagnostic.
 
std::string clang::getIssueString (const FullSourceLoc &IssueLoc, llvm::StringRef CheckerName, llvm::StringRef WarningMessage, const Decl *IssueDecl, const LangOptions &LangOpts)
 Get the unhashed string representation of the V1 issue hash.