summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Language.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Created lldb::LanguageType by moving an enumeration from the Greg Clayton2010-07-281-6/+6
| | | | | | | | | | | | lldb_private::Language class into the enumerations header so it can be freely used by other interfaces. Added correct objective C class support to the DWARF symbol parser. Prior to this fix we were parsing objective C classes as C++ classes and now that the expression parser is ready to call functions we need to make sure the objective C classes have correct AST types. llvm-svn: 109574
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
| | | | | | | 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
* A few more warning/error fixes.Eli Friedman2010-06-091-22/+23
| | | | llvm-svn: 105723
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+150
llvm-svn: 105619
OpenPOWER on IntegriCloud