projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c011005
)
Add virtual destructor.
author
Devang Patel
<dpatel@apple.com>
Tue, 1 Sep 2009 05:04:28 +0000
(
05:04
+0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 1 Sep 2009 05:04:28 +0000
(
05:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80660
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/DebugInfo.h
b/include/llvm/Analysis/DebugInfo.h
index 7c6b421ca35c878408d7d536cf9f60155843b354..b962d136deb76ac33dfa264be91f3767e701b5c2 100644
(file)
--- a/
include/llvm/Analysis/DebugInfo.h
+++ b/
include/llvm/Analysis/DebugInfo.h
@@
-128,6
+128,7
@@
namespace llvm {
if (DbgNode && !isScope())
DbgNode = 0;
}
+ virtual ~DIScope() {}
virtual const std::string &getFilename(std::string &F) const {
return F;