Skip to content
  • Greg Clayton's avatar
    Created lldb::LanguageType by moving an enumeration from the · 9e40956a
    Greg Clayton authored
    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
    9e40956a
Loading