#include "llvm/ADT/SmallString.h"
Go to the source code of this file.
|
| clang |
| Dataflow Directional Tag Classes.
|
|
|
llvm::SmallString< 32 > | clang::GetIssueHash (const SourceManager &SM, FullSourceLoc &IssueLoc, llvm::StringRef CheckerName, llvm::StringRef BugType, const Decl *D, const LangOptions &LangOpts) |
| Get an MD5 hash to help identify bugs. More...
|
|
std::string | clang::GetIssueString (const SourceManager &SM, FullSourceLoc &IssueLoc, llvm::StringRef CheckerName, llvm::StringRef BugType, const Decl *D, const LangOptions &LangOpts) |
| Get the string representation of issue hash. More...
|
|