[dmd-internals] [D-Programming-Language/dmd] e51a5b: fix issue 10405 - redundant "expression has no eff...

GitHub noreply at github.com
Wed Jun 19 04:58:58 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: e51a5b9a9576cb7e9a4d964c1b9a7373fbd65124
      https://github.com/D-Programming-Language/dmd/commit/e51a5b9a9576cb7e9a4d964c1b9a7373fbd65124
  Author: Henning Pohl <henning at still-hidden.de>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M src/statement.c
    A test/fail_compilation/diag10405.d

  Log Message:
  -----------
  fix issue 10405 - redundant "expression has no effect" error when
returning non-void in void function


  Commit: 3527e7d9a7b8d12c7159ec759e76413b2ffe7236
      https://github.com/D-Programming-Language/dmd/commit/3527e7d9a7b8d12c7159ec759e76413b2ffe7236
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-06-19 (Wed, 19 Jun 2013)

  Changed paths:
    M src/statement.c
    A test/fail_compilation/diag10405.d

  Log Message:
  -----------
  Merge pull request #2210 from hpohl/10405

fix issue 10405 - redundant "expression has no effect" error when returning non-void in void function


Compare: https://github.com/D-Programming-Language/dmd/compare/84ab37e3213d...3527e7d9a7b8


More information about the dmd-internals mailing list