Skip to content
  1. Jun 10, 2008
    • Argyrios Kyrtzidis's avatar
      -Changes to TagDecl: · 554a07ba
      Argyrios Kyrtzidis authored
        Added TagKind enum.
        Added getTagKind() method.
        Added convenience methods: isEnum(), isStruct(), isUnion(), isClass().
      -RecordDecl/CXXRecordDecl::Create() accept a TagKind enum instead of a DeclKind one.
      
      llvm-svn: 52160
      554a07ba
  2. Jun 09, 2008
    • Eli Friedman's avatar
      Add code to make test/CodeGen/struct-init.c work correctly without the · e6e0f23a
      Eli Friedman authored
      pointer cast hack currently in isIntegerConstantExpr 
      (in lib/AST/Expr.cpp).  Also removes an odd test that even gcc doesn't accept.
      
      The reason the pointer cast hack is relevant here is that it makes Sema 
      end up misinterpreting the relevant expression as a null pointer constant.
      
      The reason for this patch is that I plan to remove the pointer cast hack 
      sometime soon because it causes strange issues, especially in its 
      current form; see my recent email to cfe-dev
      "[PATCH] add constant expression evaluation to the AST and fix PR2413".
      
      llvm-svn: 52120
      e6e0f23a
    • Eli Friedman's avatar
      For struct initialization, check compatibility with the unqualified · 75675739
      Eli Friedman authored
      type; this isn't explicitly stated in the standard, but it doesn't 
      really make sense for them to have an effect here.  Fixes the included 
      testcase, sent to me by Steve Naroff.
      
      llvm-svn: 52113
      75675739
  3. Jun 08, 2008
  4. Jun 06, 2008
  5. Jun 05, 2008
  6. Jun 04, 2008
  7. Jun 03, 2008
  8. Jun 02, 2008
  9. Jun 01, 2008
  10. May 31, 2008
  11. May 30, 2008
  12. May 29, 2008
  13. May 27, 2008
Loading