summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangStmtVisitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed the ClangStmtVisitor, which is old codeSean Callanan2010-08-121-1022/+0
| | | | | | | that translates Clang ASTs straight to DWARF. We are now using IR instead. llvm-svn: 110957
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-16/+7
| | | | | | | enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
* Switched over to using the new lldb::SharingPtr from Howard Hinnant. Greg Clayton2010-06-121-1/+0
| | | | | | | | | | | | | | 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
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1032
llvm-svn: 105619
OpenPOWER on IntegriCloud