March 27, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: a10cb266a31c30bc3afd5d50ad629dc75dd2649f
      https://github.com/D-Programming-Language/dmd/commit/a10cb266a31c30bc3afd5d50ad629dc75dd2649f
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-03-28 (Sat, 28 Mar 2015)

  Changed paths:
    M src/mtype.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Fix Issue 14348 - typeof(x).ident is not accepted as a symbol

Instead of evaluating as a type and then converting to a symbol, re-use the resolve logic to find the symbol.


  Commit: a902948fa353111aa6ed11a2717d8d2d0a438c98
      https://github.com/D-Programming-Language/dmd/commit/a902948fa353111aa6ed11a2717d8d2d0a438c98
  Author: Hara Kenji <k.hara.pg+dev@gmail.com>
  Date:   2015-03-28 (Sat, 28 Mar 2015)

  Changed paths:
    M src/mtype.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #4521 from yebblies/issue14348

Issue 14348 - typeof(x).ident is not accepted as a symbol


Compare: https://github.com/D-Programming-Language/dmd/compare/f562afe18d20...a902948fa353