commit | e5b1454cdd8522831093128ddc7d7f81328d9f33 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Tue Sep 01 05:04:28 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Tue Sep 01 05:04:28 2009 +0000 |
tree | 2da1c54c7301cdfac4debe5e53f11460c90783d4 | |
parent | c01100591288992f74498797e43142d6425add9a [diff] [blame] |
Add virtual destructor. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80660 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 7c6b421..b962d13 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h
@@ -128,6 +128,7 @@ if (DbgNode && !isScope()) DbgNode = 0; } + virtual ~DIScope() {} virtual const std::string &getFilename(std::string &F) const { return F;