projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1333b57
)
[clang]: Fix misapplied patch in 346582.
author
Kristina Brooks
<kristina@nym.hush.com>
Sat, 10 Nov 2018 08:04:38 +0000
(08:04 +0000)
committer
Kristina Brooks
<kristina@nym.hush.com>
Sat, 10 Nov 2018 08:04:38 +0000
(08:04 +0000)
llvm-svn: 346583
clang/lib/CodeGen/CGDeclCXX.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/CGDeclCXX.cpp
b/clang/lib/CodeGen/CGDeclCXX.cpp
index ac229d033a571247c68d84a4b4477be20a899fb5..4a025c276520c72502a154f586aad91e6830f1cc 100644
(file)
--- a/
clang/lib/CodeGen/CGDeclCXX.cpp
+++ b/
clang/lib/CodeGen/CGDeclCXX.cpp
@@
-63,7
+63,7
@@
static void EmitDeclInit(CodeGenFunction &CGF, const VarDecl &D,
/// Emit code to cause the destruction of the given variable with
/// static storage duration.
static void EmitDeclDestroy(CodeGenFunction &CGF, const VarDecl &D,
- ConstantAddress
a
ddr) {
+ ConstantAddress
A
ddr) {
CodeGenModule &CGM = CGF.CGM;
// FIXME: __attribute__((cleanup)) ?