[PATCH] D14919: Fix IssueHash generation

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 24 03:32:43 PST 2015


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





More information about the cfe-commits mailing list