[dmd-internals] [D-Programming-Language/dmd] 740eb8: Implement Statement::toIR in terms of a visitor in...

GitHub noreply at github.com
Sat Dec 21 20:11:53 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 740eb881388b1f5fff66839cd04a2d6c58249a5c
      https://github.com/D-Programming-Language/dmd/commit/740eb881388b1f5fff66839cd04a2d6c58249a5c
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-12-19 (Thu, 19 Dec 2013)

  Changed paths:
    M src/glue.c
    M src/posix.mak
    M src/s2ir.c
    M src/statement.h
    A src/visitor.h
    M src/win32.mak

  Log Message:
  -----------
  Implement Statement::toIR in terms of a visitor interface


  Commit: d098e5caafd7a1bc8115870a6449c77d61d0d9fd
      https://github.com/D-Programming-Language/dmd/commit/d098e5caafd7a1bc8115870a6449c77d61d0d9fd
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/glue.c
    M src/posix.mak
    M src/s2ir.c
    M src/statement.h
    A src/visitor.h
    M src/win32.mak

  Log Message:
  -----------
  Merge pull request #2754 from yebblies/s2irvisitor

Implement Statement::toIR in terms of a visitor interface


Compare: https://github.com/D-Programming-Language/dmd/compare/67dcb5994389...d098e5caafd7


More information about the dmd-internals mailing list