Skip to content
  1. Feb 11, 2008
  2. Feb 10, 2008
    • Eli Friedman's avatar
      Fix the type of conditionals involving void* to be self-consistent and · 15888c23
      Eli Friedman authored
      spec-compliant.
      
      I'll put together some testcases in a bit.
      
      llvm-svn: 46937
      15888c23
    • Steve Naroff's avatar
      · 15833ed1
      Steve Naroff authored
      Add a diagnostics helper to remove some redundant code.
      
      llvm-svn: 46936
      15833ed1
    • Chris Lattner's avatar
      long is 32-bit is on win32. · 00c5b289
      Chris Lattner authored
      llvm-svn: 46935
      00c5b289
    • Steve Naroff's avatar
      · 1018ea35
      Steve Naroff authored
      Refine bug fix to Expr::isLvalue (commit r46917).
      
      llvm-svn: 46919
      1018ea35
    • Steve Naroff's avatar
      · 43c50866
      Steve Naroff authored
      Change Expr::isLvalue() to allow the "void" type. This fixes bz2000 submitted by Neil Booth.
      
      Neil, can you point me to the place in the C99 spec that says this is allowed? I thought Expr::isLvalue() conformed to the spec, which says "C99 6.3.2.1: an lvalue is an expression with an object type or an incomplete type other than void.". Please advise.
      
      llvm-svn: 46917
      43c50866
  3. Feb 09, 2008
  4. Feb 08, 2008
  5. Feb 07, 2008
Loading