summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangASTSource.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-06-12 17:45:57 +0000
committerGreg Clayton <gclayton@apple.com>2010-06-12 17:45:57 +0000
commitef59f829e4501db5f2215f8654f879c03fedd0e6 (patch)
tree78bc77475c6f591ed9e75c9893fcd452fb2978cb /lldb/source/Expression/ClangASTSource.cpp
parent250a21b79b14ad2757d665bef623fa11faa1c128 (diff)
downloadbcm5719-llvm-ef59f829e4501db5f2215f8654f879c03fedd0e6.tar.gz
bcm5719-llvm-ef59f829e4501db5f2215f8654f879c03fedd0e6.zip
Switched over to using the new lldb::SharingPtr from Howard Hinnant.
We need to put this in LLDB since we need to vend this in our API because our public API uses shared pointers to our private objects. Removed a deprecated file: include/lldb/Host/Types.h Added the new SharingPtr.cpp/.h files into source/Utility. Added a shell script build phase that fixes up all headers in the LLDB.framework. llvm-svn: 105895
Diffstat (limited to 'lldb/source/Expression/ClangASTSource.cpp')
-rw-r--r--lldb/source/Expression/ClangASTSource.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Expression/ClangASTSource.cpp b/lldb/source/Expression/ClangASTSource.cpp
index 996c20529ac..3bae8b38380 100644
--- a/lldb/source/Expression/ClangASTSource.cpp
+++ b/lldb/source/Expression/ClangASTSource.cpp
@@ -7,8 +7,6 @@
*
*/
-#define NO_RTTI
-
#include "clang/AST/ASTContext.h"
#include "lldb/Expression/ClangASTSource.h"
#include "lldb/Expression/ClangExpression.h"
OpenPOWER on IntegriCloud