We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1333b57 commit 825f9d3Copy full SHA for 825f9d3
clang/lib/CodeGen/CGDeclCXX.cpp
@@ -63,7 +63,7 @@ static void EmitDeclInit(CodeGenFunction &CGF, const VarDecl &D,
63
/// Emit code to cause the destruction of the given variable with
64
/// static storage duration.
65
static void EmitDeclDestroy(CodeGenFunction &CGF, const VarDecl &D,
66
- ConstantAddress addr) {
+ ConstantAddress Addr) {
67
CodeGenModule &CGM = CGF.CGM;
68
69
// FIXME: __attribute__((cleanup)) ?
0 commit comments