Skip to content
  • 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
Loading