[PATCH] D24916: [analyzer] Extend bug reports with extra notes - CloneChecker
NAKAMURA Takumi via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 4 01:43:37 PDT 2016
chapuni added inline comments.
> CloneDetection.cpp:113
> /// \param VarDecl The declaration of the variable that is referenced.
> /// \param Range The SourceRange where this variable is referenced.
> + void addVariableOccurence(const VarDecl *VarDecl, const Stmt *Mention) {
You should update \param here. See also r283106.
Repository:
rL LLVM
https://reviews.llvm.org/D24916
More information about the cfe-commits
mailing list