Skip to content
  1. Aug 11, 2008
    • Daniel Dunbar's avatar
      More #include cleaning · 221fa94e
      Daniel Dunbar authored
       - Drop Expr.h,RecordLayout.h from ASTContext.h (for DeclBase.h and
         SourceLocation.h)
       - Move ASTContext constructor into implementation
      
      llvm-svn: 54627
      221fa94e
  2. Aug 10, 2008
  3. Aug 09, 2008
  4. Aug 08, 2008
  5. Aug 07, 2008
  6. Aug 06, 2008
  7. Aug 05, 2008
  8. 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
  9. Jul 27, 2008
  10. Jul 26, 2008
  11. Jul 25, 2008
  12. Jul 24, 2008
  13. Jul 23, 2008
  14. Jul 21, 2008
Loading