January 25, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 338fe87587610bd700b9bd2e7bc614cbb5330602
      https://github.com/D-Programming-Language/dmd/commit/338fe87587610bd700b9bd2e7bc614cbb5330602
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M src/declaration.h
    M src/toobj.c
    M src/typinf.c

  Log Message:
  -----------
  Move TypeInfo::toDt into a visitor class


  Commit: a147d078353611932dca85e221345c0c519ee98c
      https://github.com/D-Programming-Language/dmd/commit/a147d078353611932dca85e221345c0c519ee98c
  Author: Hara Kenji <k.hara.pg+dev@gmail.com>
  Date:   2014-01-25 (Sat, 25 Jan 2014)

  Changed paths:
    M src/declaration.h
    M src/toobj.c
    M src/typinf.c

  Log Message:
  -----------
  Merge pull request #3155 from yebblies/typeinfodtvisitor

[DDMD] [refactor] Move TypeInfo::toDt into a visitor class


Compare: https://github.com/D-Programming-Language/dmd/compare/1799d41fa835...a147d0783536