| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleaned a few build related things up: | Greg Clayton | 2010-09-24 | 1 | -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 Friedman | 2010-06-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 105896 | ||||
| * | Switched over to using the new lldb::SharingPtr from Howard Hinnant. | Greg Clayton | 2010-06-12 | 1 | -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 | |||||

