summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Language.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove class Language - the only thing it was actually being used for is ↵Enrico Granata2015-08-271-169/+0
| | | | | | provided by LanguageRuntime already llvm-svn: 246177
* Fix enum LanguageType values and language string table lookups.Dawn Perchik2015-06-171-1/+19
| | | | | | | | | | | | | | | Summary: * Fix enum LanguageType values so that they can be used as indexes into array language_names and g_languages as assumed by LanguageRuntime::GetNameForLanguageType, Language::SetLanguageFromCString and Language::AsCString. * Add DWARFCompileUnit::LanguageTypeFromDWARF to convert from DWARF DW_LANG_* values to enum LanguageType values. Reviewed By: clayborg, abidh Differential Revision: http://reviews.llvm.org/D10484 llvm-svn: 239963
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+2
| | | | | | | | Replace adhoc inline implementation of llvm::array_lengthof in favour of the implementation in LLVM. This is simply a cleanup change, no functional change intended. llvm-svn: 211868
* 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