Skip to content

Commit

Permalink
Fix an issue in comment. NFC
Browse files Browse the repository at this point in the history
I think the author renamed the function but forgot to update the
comment.
Signed-off-by: Jun Zhang <[email protected]>
  • Loading branch information
junaire committed Apr 25, 2022
1 parent a5c52ff commit e33867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/Sema/SemaDecl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5794,7 +5794,7 @@ static bool hasSimilarParameters(ASTContext &Context,
return true;
}

/// NeedsRebuildingInCurrentInstantiation - Checks whether the given
/// RebuildDeclaratorInCurrentInstantiation - Checks whether the given
/// declarator needs to be rebuilt in the current instantiation.
/// Any bits of declarator which appear before the name are valid for
/// consideration here. That's specifically the type in the decl spec
Expand Down

0 comments on commit e33867a

Please sign in to comment.