Wdocumentation fix

llvm-svn: 283106
This commit is contained in:
Simon Pilgrim 2016-10-03 12:37:08 +00:00
parent ea9b59a33d
commit efd4006080
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class VariablePattern {
/// \brief Adds a new variable referenced to this pattern.
/// \param VarDecl The declaration of the variable that is referenced.
/// \param Range The SourceRange where this variable is referenced.
/// \param Mention The statement in the code where the variable was referenced.
void addVariableOccurence(const VarDecl *VarDecl, const Stmt *Mention) {
// First check if we already reference this variable
for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {