xazax.hun added inline comments. ================ Comment at: include/clang/StaticAnalyzer/Core/IssueHash.h:42 @@ -41,1 +41,3 @@ + llvm::StringRef BugType, const Decl *D, + const LangOptions& LangOpts); ---------------- Please put & next to he variable name, here and some other places. http://reviews.llvm.org/D14919