Skip to content
  1. Jun 05, 2007
    • Chris Lattner's avatar
      946aa31f
    • Steve Naroff's avatar
      Bug #: · 71b59a9a
      Steve Naroff authored
      Submitted by:
      Reviewed by:
      Fixed an "impurity" in the typechecking code (to more closely model the
      C99 spec)...
      
      - Added function Sema::DefaultFunctionArrayConversion(). This is called
      by UsualUnaryConversions(). It is also called from several contexts that
      don't call for integer promotions (logical negation for expressions, and
      while/if/do/for conditions in statements). It is also used in
      UsualAssignmentConversions (which is cleaner than the check I was using
      before).
      
      - Changed the name from UsualUnaryConversion->UsualUnaryConversions.
      
      - Added comments to the header.
      
      Since several contexts don't call for integer
      promotions,
      
      llvm-svn: 39581
      71b59a9a
  2. Jun 03, 2007
  3. Jun 02, 2007
  4. Jun 01, 2007
    • Steve Naroff's avatar
      Bug #: · 4555292b
      Steve Naroff authored
      Submitted by:
      Reviewed by:
      After speaking with Chris, decided not to have GCC "attributes" inherit
      from Decl. This will enable us to grow the attribute hierarchy over time
      without effecting Decls.
      
      llvm-svn: 39543
      4555292b
Loading