summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/SharingPtr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned a few build related things up:Greg Clayton2010-09-241-1/+1
| | | | | | | | | | 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
* Move SharingPtr.h into include/.Eli Friedman2010-06-121-1/+1
| | | | llvm-svn: 105896
* Switched over to using the new lldb::SharingPtr from Howard Hinnant. Greg Clayton2010-06-121-0/+53
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
OpenPOWER on IntegriCloud