Skip to content
  1. Aug 10, 2008
  2. Aug 09, 2008
  3. Aug 08, 2008
  4. Aug 07, 2008
  5. Aug 06, 2008
  6. Aug 05, 2008
  7. 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
  8. Jul 27, 2008
  9. Jul 26, 2008
  10. Jul 25, 2008
  11. Jul 24, 2008
  12. Jul 23, 2008
  13. Jul 21, 2008
Loading