Skip to content
  1. Aug 04, 2010
    • Sean Callanan's avatar
      Added support for accessing members of C++ objects, · 5666b674
      Sean Callanan authored
      including superclass members.  This involved ensuring
      that access control was ignored, and ensuring that
      the operands of BitCasts were properly scanned for
      variables that needed importing.
      
      Also laid the groundwork for declaring objects of
      custom types; however, this functionality is disabled
      for now because of a potential loop in ASTImporter.
      
      llvm-svn: 110174
      5666b674
  2. Jul 27, 2010
    • Sean Callanan's avatar
      Changed SymbolContext so when you search for functions · 8ade104a
      Sean Callanan authored
      it returns a list of functions as a SymbolContextList.
      
      Rewrote the clients of SymbolContext to use this
      SymbolContextList.
      
      Rewrote some of the providers of the data to SymbolContext
      to make them respect preferences as to whether the list
      should be cleared first; propagated that change out.
      
      ClangExpressionDeclMap and ClangASTSource use this new
      function list to properly generate function definitions -
      even for functions that don't have a prototype in the
      debug information.
      
      llvm-svn: 109476
      8ade104a
  3. Jul 16, 2010
  4. Jun 23, 2010
  5. Jun 12, 2010
    • Greg Clayton's avatar
      Switched over to using the new lldb::SharingPtr from Howard Hinnant. · ef59f829
      Greg Clayton authored
      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
      ef59f829
  6. Jun 08, 2010
Loading