hanchenye-llvm-project/lldb
Greg Clayton 9e40956aea Created lldb::LanguageType by moving an enumeration from the
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
2010-07-28 02:04:09 +00:00
..
docs Remove a reference to Leopard. 2010-06-25 00:34:35 +00:00
include Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
lib Missed an aspect of the previous makefile patch. 2010-07-24 05:18:16 +00:00
lldb.xcodeproj Added a new utility class that I have wanted for a while. The CleanUp 2010-07-23 17:42:15 +00:00
resources
scripts Updated LLVM and Clang to July 20 at 16:00. 2010-07-21 16:57:26 +00:00
source Created lldb::LanguageType by moving an enumeration from the 2010-07-28 02:04:09 +00:00
test Added a test case to test that break on a struct declaration has no effect. 2010-07-27 22:48:46 +00:00
tools I enabled some extra warnings for hidden local variables and for hidden 2010-07-14 00:18:15 +00:00
www Fix utilities text 2010-06-12 03:34:21 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Comment out test targets; they don't work on Linux because test/Makefile uses 2010-07-09 22:36:15 +00:00