[dmd-internals] [D-Programming-Language/dmd] f58cb8: [Refactoring] Allow calling `Expression::toLvalue`...

GitHub noreply at github.com
Tue Nov 19 10:54:07 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: f58cb821c5eda4d0964b1daf646362e541af438a
      https://github.com/D-Programming-Language/dmd/commit/f58cb821c5eda4d0964b1daf646362e541af438a
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    M src/expression.c

  Log Message:
  -----------
  [Refactoring] Allow calling `Expression::toLvalue` with `sc == NULL`, except `BinAssignExp` and `TemplateExp`.


  Commit: 96dc2c14f4b5a783195f6792beb6f19988552455
      https://github.com/D-Programming-Language/dmd/commit/96dc2c14f4b5a783195f6792beb6f19988552455
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-11-18 (Mon, 18 Nov 2013)

  Changed paths:
    M src/inline.c
    M test/runnable/inline.d

  Log Message:
  -----------
  fix Issue 11322 - ICE with -inline cgcs.c 221


  Commit: edd9eb0a12a2ba0c9483ffb12200eb35645215ea
      https://github.com/D-Programming-Language/dmd/commit/edd9eb0a12a2ba0c9483ffb12200eb35645215ea
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-11-19 (Tue, 19 Nov 2013)

  Changed paths:
    M src/expression.c
    M src/inline.c
    M test/runnable/inline.d

  Log Message:
  -----------
  Merge pull request #2823 from 9rnsr/fix11322

Issue 11322 - ICE with -inline cgcs.c 221


Compare: https://github.com/D-Programming-Language/dmd/compare/23408d373e61...edd9eb0a12a2


More information about the dmd-internals mailing list