[dmd-internals] [D-Programming-Language/dmd] ce7f33: Move Dsymbol::mangle into a visitor class

GitHub noreply at github.com
Fri Feb 21 01:40:56 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ce7f337a1ee8f954d596627f67f9acb19cbd6198
      https://github.com/D-Programming-Language/dmd/commit/ce7f337a1ee8f954d596627f67f9acb19cbd6198
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-20 (Thu, 20 Feb 2014)

  Changed paths:
    M src/aggregate.h
    M src/builtin.c
    M src/declaration.h
    M src/dsymbol.h
    M src/expression.c
    M src/mangle.c
    M src/mtype.c
    M src/template.c
    M src/template.h
    M src/tocsym.c

  Log Message:
  -----------
  Move Dsymbol::mangle into a visitor class


  Commit: b5a1a972e65ade69c902cd63de3f26c1493aa3b1
      https://github.com/D-Programming-Language/dmd/commit/b5a1a972e65ade69c902cd63de3f26c1493aa3b1
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-02-21 (Fri, 21 Feb 2014)

  Changed paths:
    M src/aggregate.h
    M src/builtin.c
    M src/declaration.h
    M src/dsymbol.h
    M src/expression.c
    M src/mangle.c
    M src/mtype.c
    M src/template.c
    M src/template.h
    M src/tocsym.c

  Log Message:
  -----------
  Merge pull request #3279 from yebblies/mangle

[DDMD] [refactor] Move Dsymbol::mangle into a visitor class


Compare: https://github.com/D-Programming-Language/dmd/compare/6f3775096af9...b5a1a972e65a


More information about the dmd-internals mailing list