We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee252b9 commit b63c6e5Copy full SHA for b63c6e5
clang/lib/CodeGen/CGCall.cpp
@@ -2006,7 +2006,7 @@ static void getTrivialDefaultFunctionAttributes(
2006
/// though we had emitted it ourselves. We remove any attributes on F that
2007
/// conflict with the attributes we add here.
2008
static void mergeDefaultFunctionDefinitionAttributes(
2009
- llvm::Function &F, const CodeGenOptions CodeGenOpts,
+ llvm::Function &F, const CodeGenOptions &CodeGenOpts,
2010
const LangOptions &LangOpts, const TargetOptions &TargetOpts,
2011
bool WillInternalize) {
2012
0 commit comments