Skip to content
  1. Dec 01, 2009
  2. Nov 30, 2009
  3. Nov 29, 2009
  4. Nov 28, 2009
  5. Nov 26, 2009
  6. Nov 25, 2009
  7. Nov 24, 2009
  8. Nov 23, 2009
  9. Nov 22, 2009
  10. Nov 21, 2009
    • Fariborz Jahanian's avatar
      This patch implements objective-c's 'SEL' type as a built-in · 252ba5fb
      Fariborz Jahanian authored
      type and fixes a long-standing code gen. crash reported in
      at least two PRs and a radar. (radar 7405040 and pr5025). 
      There are couple of remaining issues that I would like for
      Ted. and Doug to look at:
      
      Ted, please look at failure in Analysis/MissingDealloc.m.
      I have temporarily added an expected-warning to make the
      test pass. This tests has a declaration of 'SEL' type which
      may not co-exist with the new changes.
      
      Doug, please look at a FIXME in PCHWriter.cpp/PCHReader.cpp.
      I think the changes which I have ifdef'ed out are correct. They
      need be considered for in a few Indexer/PCH test cases.
      
      llvm-svn: 89561
      252ba5fb
Loading