Skip to content

Commit c25b2bf

Browse files
[clang][ssaf] Add default value param names
Co-authored-by: Balázs Benics <[email protected]>
1 parent 5750baf commit c25b2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Analysis/Scalable/ASTEntityMapping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ std::optional<EntityName> getLocalEntityNameForFunctionReturn(const FunctionDecl
7676
if (USRBuf.empty())
7777
return std::nullopt;
7878

79-
return EntityName(USRBuf.str(), "0", {});
79+
return EntityName(USRBuf.str(), /*Suffix=*/"0", /*Namespace=*/{});
8080
}
8181

8282
} // namespace clang::ssaf

0 commit comments

Comments
 (0)