Skip to content

Commit

Permalink
[NFC][Clang] Add missing & to function argument
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D158991
  • Loading branch information
Juan Manuel MARTINEZ CAAMAÑO committed Aug 29, 2023
1 parent ee252b9 commit b63c6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CGCall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@ static void getTrivialDefaultFunctionAttributes(
/// though we had emitted it ourselves. We remove any attributes on F that
/// conflict with the attributes we add here.
static void mergeDefaultFunctionDefinitionAttributes(
llvm::Function &F, const CodeGenOptions CodeGenOpts,
llvm::Function &F, const CodeGenOptions &CodeGenOpts,
const LangOptions &LangOpts, const TargetOptions &TargetOpts,
bool WillInternalize) {

Expand Down

0 comments on commit b63c6e5

Please sign in to comment.