[dmd-internals] [D-Programming-Language/dmd] 89f157: [Refactoring] Integrate code for making nested agg...

GitHub noreply at github.com
Fri Mar 29 23:09:59 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 89f15757aa55645a998e89c25a7fde2b7fc20fc0
      https://github.com/D-Programming-Language/dmd/commit/89f15757aa55645a998e89c25a7fde2b7fc20fc0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-03-28 (Thu, 28 Mar 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.c
    M src/e2ir.c
    M src/expression.c
    M src/init.c
    M src/inline.c
    M src/mtype.c
    M src/struct.c
    M src/traits.c

  Log Message:
  -----------
  [Refactoring] Integrate code for making nested aggregate

- Move StructDeclaration::makeNested to AggregateDeclaration
- Change AggregateDeclaration::isnested to Dsymbol*


  Commit: 15a6c77405e2a34d93d4fca23c60d48f7c623bfe
      https://github.com/D-Programming-Language/dmd/commit/15a6c77405e2a34d93d4fca23c60d48f7c623bfe
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-03-29 (Fri, 29 Mar 2013)

  Changed paths:
    M src/aggregate.h
    M src/class.c
    M src/declaration.c
    M src/e2ir.c
    M src/expression.c
    M src/init.c
    M src/inline.c
    M src/mtype.c
    M src/struct.c
    M src/traits.c

  Log Message:
  -----------
  Merge pull request #1813 from 9rnsr/refactor_nested

[Refactoring] Integrate code for making nested aggregate


Compare: https://github.com/D-Programming-Language/dmd/compare/700856549baa...15a6c77405e2


More information about the dmd-internals mailing list