Skip to content
  1. Aug 05, 2011
  2. Aug 04, 2011
  3. Aug 03, 2011
  4. Aug 02, 2011
  5. Jul 31, 2011
  6. Jul 29, 2011
  7. Jul 25, 2011
  8. Jul 23, 2011
  9. Jul 22, 2011
    • John McCall's avatar
      In Objective-C, pull arbitrary attributes from overridden · d2930c21
      John McCall authored
      methods, including indirectly overridden methods like those
      declared in protocols and categories.  There are mismatches
      that we would like to diagnose but aren't yet, but this   
      is fine for now.
      
      I looked at approaches that avoided doing this lookup 
      unless we needed it, but the infer-related-result-type
      checks were doing it anyway, so I left it with the same
      fast-path check for no previous declartions of that 
      selector.
      
      llvm-svn: 135743
      d2930c21
Loading