Skip to content
  1. Aug 29, 2008
  2. Aug 28, 2008
  3. Aug 27, 2008
  4. Aug 26, 2008
    • Daniel Dunbar's avatar
      Add ObjCPropertyDecl::isReadOnly. · 5e558bcf
      Daniel Dunbar authored
      Respect isReadOnly when generating synthesized method decls.
      
      llvm-svn: 55364
      5e558bcf
    • Daniel Dunbar's avatar
      In incompatible pointer-typed ?: expressions, add implicit conversion · 40bf7fe2
      Daniel Dunbar authored
      of RHSs to id type instead of void* if either has Objective-C object
      type.
       - This ensures the result can still be used in normal places an
         object can be used, like a message send.
      
      Add implicit conversions for ?: applied to qualified id types to
      ensure that the RHSs are compatible. 
       - This prevents a codegen crash (creating invalid PHI nodes).
       - Again, this relates to the fact that qualified id types have no
         canonical types.
       - Note that the implicit type casted to is incorrect, however this
         doesn't currently cause problems because of the flexibility of the
         id type.
      
      Test cases for above.
      
      llvm-svn: 55346
      40bf7fe2
  5. Aug 25, 2008
  6. Aug 24, 2008
  7. Aug 23, 2008
  8. Aug 22, 2008
  9. Aug 21, 2008
  10. Aug 20, 2008
  11. Aug 19, 2008
Loading