Skip to content
  1. 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
  2. Aug 03, 2008
  3. Aug 02, 2008
  4. Aug 01, 2008
  5. Jul 31, 2008
  6. Jul 30, 2008
  7. Jul 29, 2008
  8. Jul 27, 2008
Loading