Skip to content
  • Douglas Gregor's avatar
    Improvements to code-generation and semantic analysis of designated · 17bd094a
    Douglas Gregor authored
    initializers.
    
      - We now initialize unions properly when a member other than the
        first is named by a designated initializer.
      - We now provide proper semantic analysis and code generation for
        GNU array-range designators *except* that side effects will occur
        more than once. We warn about this.
    
    llvm-svn: 63253
    17bd094a
Loading