Skip to content
  1. Sep 11, 2007
    • Steve Naroff's avatar
      · 4292bde1
      Steve Naroff authored
      Fix the following bug submitted by Justin Handville.
      
      int main(int argc, char* argv[])
      {
        return 0;
      }
      
      After speaking briefly with Chris, we decided this should be a front-end fix.
      
      The fix...have Sema::GetTypeForDeclarator() do the default function/array conversion, as
      I outlined in the 9/9 email on this topic.
      
      Since this conversion is done before Sema::ParseParamDeclarator(), I thought I could
      remove the conversion from Sema::ParseParamDeclarator(). Unfortunately, this didn't work.
      The conversion apparently needs to be done in both places (which doesn't make sense to me).
      
      Will investigate.
      
      llvm-svn: 41811
      4292bde1
    • Evan Cheng's avatar
      New entry. · 8c3c1984
      Evan Cheng authored
      llvm-svn: 41810
      8c3c1984
    • Evan Cheng's avatar
      Observation of rematerialization. · 3b9f777f
      Evan Cheng authored
      llvm-svn: 41809
      3b9f777f
  2. Sep 10, 2007
  3. Sep 09, 2007
  4. Sep 08, 2007
  5. Sep 07, 2007
Loading