Skip to content
  1. Aug 07, 2008
  2. Aug 06, 2008
  3. Aug 05, 2008
  4. Aug 04, 2008
    • Chris Lattner's avatar
      · 7adf0760
      Chris Lattner authored
      Finally fix PR2189.  This makes a fairly invasive but important change to
      move getAsArrayType into ASTContext instead of being a method on type.
      This is required because getAsArrayType(const AT), where AT is a typedef
      for "int[10]" needs to return ArrayType(const int, 10).
      
      Fixing this greatly simplifies getArrayDecayedType, which is a good sign.
      
      llvm-svn: 54317
      7adf0760
  5. Jul 27, 2008
  6. Jul 26, 2008
  7. Jul 25, 2008
  8. Jul 24, 2008
  9. Jul 23, 2008
  10. Jul 21, 2008
  11. Jul 16, 2008
    • Steve Naroff's avatar
      Two fixes: · de7d0f69
      Steve Naroff authored
      - Make sure ObjCIvarDecl propagates the bitfield width.
      - RewriteObjC::SynthesizeIvarOffsetComputation(): Avoid using the __OFFSETOF__ mumbo jumbo for bitfields (since it isn't legal C). This fixes <rdar://problem/5986079> clang ObjC rewriter: bitfields and ivar access don't mix.
      
      llvm-svn: 53694
      de7d0f69
  12. Jul 12, 2008
  13. Jul 11, 2008
Loading