From 5573fde3426c91332afcd4180193e14cc0a01c32 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 24 Sep 2010 23:07:41 +0000 Subject: Cleaned a few build related things up: Added a virtual destructor to ClangUtilityFunction with a body to it cleans itself up. Moved our SharingPtr into the lldb_private namespace to keep it easy to make an exports file that exports only what is needed ("lldb::*"). llvm-svn: 114771 --- lldb/source/Expression/ClangUtilityFunction.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lldb/source/Expression/ClangUtilityFunction.cpp') diff --git a/lldb/source/Expression/ClangUtilityFunction.cpp b/lldb/source/Expression/ClangUtilityFunction.cpp index 310cac9d571..0080347543b 100644 --- a/lldb/source/Expression/ClangUtilityFunction.cpp +++ b/lldb/source/Expression/ClangUtilityFunction.cpp @@ -44,6 +44,10 @@ ClangUtilityFunction::ClangUtilityFunction (const char *text, { } +ClangUtilityFunction::~ClangUtilityFunction () +{ +} + //------------------------------------------------------------------ /// Install the utility function into a process /// -- cgit v1.2.3