#include "llvm/ADT/SmallString.h"
Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
|
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.
|
|