Skip to content
  • Chris Lattner's avatar
    * Support pointer indexing · b457653c
    Chris Lattner authored
    * Unsized arrays are a thing of the past, remove DoInsertArrayCast family
    * Remove cases were we would get into infinite loops because we would insert a cast
      which would then be removed, inserting a different cast, ad infinitum...
    * Remove some code that should be redundant with ExprTypeConvert code
    
    llvm-svn: 1465
    b457653c
Loading