Skip to content
  1. Nov 12, 2009
  2. Oct 19, 2009
  3. Oct 18, 2009
  4. Oct 14, 2009
  5. Oct 13, 2009
  6. Sep 25, 2009
  7. Sep 24, 2009
  8. Sep 22, 2009
  9. Sep 19, 2009
  10. Sep 17, 2009
  11. Sep 11, 2009
  12. Sep 10, 2009
  13. Sep 09, 2009
  14. Sep 07, 2009
  15. Aug 31, 2009
  16. Aug 25, 2009
  17. Aug 24, 2009
  18. Aug 19, 2009
  19. Aug 14, 2009
  20. Aug 13, 2009
  21. Aug 06, 2009
  22. Aug 03, 2009
  23. Jul 31, 2009
  24. Jul 30, 2009
  25. 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
    • Owen Anderson's avatar
      Update for LLVM API change. · ade90fd1
      Owen Anderson authored
      llvm-svn: 77492
      ade90fd1
  26. Jul 28, 2009
Loading