[dmd-internals] [D-Programming-Language/dmd] 7d969e: Add Nspace into Visitor

GitHub via dmd-internals dmd-internals at puremagic.com
Sat Aug 9 03:37:37 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 7d969e34ae02ae3f0a62ab35d7dd1d133b3e9674
      https://github.com/D-Programming-Language/dmd/commit/7d969e34ae02ae3f0a62ab35d7dd1d133b3e9674
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-09 (Sat, 09 Aug 2014)

  Changed paths:
    M src/nspace.h
    M src/visitor.h

  Log Message:
  -----------
  Add Nspace into Visitor


  Commit: 726e1aec3a786350d697da9947d7fcebab0328d4
      https://github.com/D-Programming-Language/dmd/commit/726e1aec3a786350d697da9947d7fcebab0328d4
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-09 (Sat, 09 Aug 2014)

  Changed paths:
    M src/template.h
    M src/visitor.h

  Log Message:
  -----------
  Add TemplateParameter and its derived classes into Visitor


  Commit: 1e03d82a00d9e6bf06c323e2fa06a30bc725fc1d
      https://github.com/D-Programming-Language/dmd/commit/1e03d82a00d9e6bf06c323e2fa06a30bc725fc1d
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-09 (Sat, 09 Aug 2014)

  Changed paths:
    M src/cond.h
    M src/visitor.h

  Log Message:
  -----------
  Add Condition and its derived classes into Visitor


  Commit: c9ccbc6b079bff2ef861cfbf2c6c4c54043e7d74
      https://github.com/D-Programming-Language/dmd/commit/c9ccbc6b079bff2ef861cfbf2c6c4c54043e7d74
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-08-09 (Sat, 09 Aug 2014)

  Changed paths:
    M src/mtype.h
    M src/visitor.h

  Log Message:
  -----------
  Add Parameter into Visitor


  Commit: 6c0946d3f805100b080938d3367ba24b10b3324a
      https://github.com/D-Programming-Language/dmd/commit/6c0946d3f805100b080938d3367ba24b10b3324a
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2014-08-09 (Sat, 09 Aug 2014)

  Changed paths:
    M src/cond.h
    M src/mtype.h
    M src/nspace.h
    M src/template.h
    M src/visitor.h

  Log Message:
  -----------
  Merge pull request #3856 from 9rnsr/fix_visitor

Add Nspace and others into Visitor


Compare: https://github.com/D-Programming-Language/dmd/compare/c5b285d59edb...6c0946d3f805


More information about the dmd-internals mailing list