[dmd-internals] [D-Programming-Language/dmd] 25adf2: Partial fix Issue 11003 - Improve .di generation

GitHub noreply at github.com
Fri Nov 8 00:28:51 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 25adf2f8e12ab98a543f8849f774ddea2f3c7756
      https://github.com/D-Programming-Language/dmd/commit/25adf2f8e12ab98a543f8849f774ddea2f3c7756
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-10-26 (Sat, 26 Oct 2013)

  Changed paths:
    M src/func.c
    M src/template.c
    M test/compilable/extra-files/header.di
    M test/compilable/extra-files/inlineheader.di
    M test/compilable/extra-files/inlinexheader.di
    M test/compilable/extra-files/test7754.di
    M test/compilable/extra-files/xheader.di
    M test/compilable/header.d
    M test/compilable/inlineheader.d
    M test/compilable/inlinexheader.d
    M test/compilable/xheader.d

  Log Message:
  -----------
  Partial fix Issue 11003 - Improve .di generation

Use shorthand syntax for eponymous function/aggregate templates


  Commit: 03ac3dc04c6db211f732c46a7c1c28016f8820f6
      https://github.com/D-Programming-Language/dmd/commit/03ac3dc04c6db211f732c46a7c1c28016f8820f6
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-11-08 (Fri, 08 Nov 2013)

  Changed paths:
    M src/func.c
    M src/template.c
    M test/compilable/extra-files/header.di
    M test/compilable/extra-files/inlineheader.di
    M test/compilable/extra-files/inlinexheader.di
    M test/compilable/extra-files/test7754.di
    M test/compilable/extra-files/xheader.di
    M test/compilable/header.d
    M test/compilable/inlineheader.d
    M test/compilable/inlinexheader.d
    M test/compilable/xheader.d

  Log Message:
  -----------
  Merge pull request #2649 from 9rnsr/fix11003

Partial fix Issue 11003 - Improve .di generation


Compare: https://github.com/D-Programming-Language/dmd/compare/5ea29c941ba4...03ac3dc04c6d


More information about the dmd-internals mailing list