Skip to content
  1. Sep 14, 2009
  2. Sep 13, 2009
  3. Sep 12, 2009
  4. Sep 11, 2009
  5. Sep 09, 2009
  6. Sep 08, 2009
  7. Sep 04, 2009
  8. Sep 01, 2009
  9. Aug 31, 2009
  10. Aug 29, 2009
  11. Aug 28, 2009
  12. Aug 27, 2009
  13. Aug 20, 2009
  14. Aug 18, 2009
  15. Aug 16, 2009
  16. Aug 15, 2009
  17. Aug 13, 2009
  18. Aug 12, 2009
  19. Jul 31, 2009
  20. Jul 30, 2009
  21. Jul 29, 2009
    • Ted Kremenek's avatar
      Change uses of: · c23c7e6a
      Ted Kremenek authored
        Type::getAsReferenceType() -> Type::getAs<ReferenceType>()
        Type::getAsRecordType() -> Type::getAs<RecordType>()
        Type::getAsPointerType() -> Type::getAs<PointerType>()
        Type::getAsBlockPointerType() -> Type::getAs<BlockPointerType>()
        Type::getAsLValueReferenceType() -> Type::getAs<LValueReferenceType>()
        Type::getAsRValueReferenceType() -> Type::getAs<RValueReferenceType>()
        Type::getAsMemberPointerType() -> Type::getAs<MemberPointerType>()
        Type::getAsReferenceType() -> Type::getAs<ReferenceType>()
        Type::getAsTagType() -> Type::getAs<TagType>()
        
      And remove Type::getAsReferenceType(), etc.
      
      This change is similar to one I made a couple weeks ago, but that was partly
      reverted pending some additional design discussion. With Doug's pending smart
      pointer changes for Types, it seemed natural to take this approach.
      
      llvm-svn: 77510
      c23c7e6a
    • Fariborz Jahanian's avatar
      Patch to provide cast of objects in member access · bb67b827
      Fariborz Jahanian authored
      excpression, if needed, and remove some ir-gen code
      now unnencessary.
      
      llvm-svn: 77490
      bb67b827
    • Fariborz Jahanian's avatar
      Code refactoring to define getCXXRecordDeclForPointerType · 82e28742
      Fariborz Jahanian authored
      and use it in several places.
      
      llvm-svn: 77411
      82e28742
  22. Jul 28, 2009
  23. Jul 25, 2009
  24. Jul 23, 2009
Loading