Skip to content
  • Daniel Dunbar's avatar
    Add NeXT runtime support for generating methods. · a94ecd2a
    Daniel Dunbar authored
    Change CodeGenFunction::EmitParmDecl to take either a ParmVarDecl or an
      ImplicitParamDecl.
    
    Drop hasAggregateLLVMType from CodeGenModule.cpp (use version in
      CodeGenFunction).
    
    Change the Objective-C method generation to use EmitParmDecl for
      implicit parameters.
    
    llvm-svn: 54838
    a94ecd2a
Loading