projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd05262
)
Cosmetic fix: deleted unnecessary line break in comment.
author
Victor Leschuk
<vleschuk@accesssoftek.com>
Fri, 30 Sep 2016 06:39:48 +0000
(06:39 +0000)
committer
Victor Leschuk
<vleschuk@accesssoftek.com>
Fri, 30 Sep 2016 06:39:48 +0000
(06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282846
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/CGDebugInfo.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/CGDebugInfo.h
b/lib/CodeGen/CGDebugInfo.h
index cc9bb995f9d59644afd363f626adedf88749f049..17a94633142b656ce9ddc444c29ccb1f0714eef0 100644
(file)
--- a/
lib/CodeGen/CGDebugInfo.h
+++ b/
lib/CodeGen/CGDebugInfo.h
@@
-97,8
+97,7
@@
class CGDebugInfo {
/// List of interfaces we want to keep even if orphaned.
std::vector<void *> RetainedTypes;
- /// Cache of forward declared types to RAUW at the end of
- /// compilation.
+ /// Cache of forward declared types to RAUW at the end of compilation.
std::vector<std::pair<const TagType *, llvm::TrackingMDRef>> ReplaceMap;
/// Cache of replaceable forward declarations (functions and