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:
23a0739
)
Fix indentation.
author
David Blaikie
<dblaikie@gmail.com>
Mon, 20 Oct 2014 17:42:23 +0000
(17:42 +0000)
committer
David Blaikie
<dblaikie@gmail.com>
Mon, 20 Oct 2014 17:42:23 +0000
(17:42 +0000)
llvm-svn: 220216
clang/lib/CodeGen/CGDebugInfo.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/CGDebugInfo.cpp
b/clang/lib/CodeGen/CGDebugInfo.cpp
index
732071f
..
cb3d45b
100644
(file)
--- a/
clang/lib/CodeGen/CGDebugInfo.cpp
+++ b/
clang/lib/CodeGen/CGDebugInfo.cpp
@@
-3191,7
+3191,7
@@
void CGDebugInfo::EmitGlobalVariable(llvm::GlobalVariable *Var,
assert(RD->isAnonymousStructOrUnion() && "unnamed non-anonymous struct or union?");
GV = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext);
} else {
-
GV = DBuilder.createGlobalVariable(
+ GV = DBuilder.createGlobalVariable(
DContext, DeclName, LinkageName, Unit, LineNo, getOrCreateType(T, Unit),
Var->hasInternalLinkage(), Var,
getOrCreateStaticDataMemberDeclarationOrNull(D));