[dmd-internals] [D-Programming-Language/dmd] 313243: Re-allow using delegate.ptr and .funcptr as lvalue...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue May 27 16:27:24 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 313243cc95c5a60cf2ef9a5c67ce7284345a8cd2
https://github.com/D-Programming-Language/dmd/commit/313243cc95c5a60cf2ef9a5c67ce7284345a8cd2
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M src/e2ir.c
M src/expression.c
M src/expression.h
R test/fail_compilation/faildg.d
M test/runnable/delegate.d
Log Message:
-----------
Re-allow using delegate.ptr and .funcptr as lvalues
Commit: e350446164719e9bb50c1f619e77366a55158682
https://github.com/D-Programming-Language/dmd/commit/e350446164719e9bb50c1f619e77366a55158682
Author: David Nadlinger <code at klickverbot.at>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M src/e2ir.c
M src/expression.c
M src/expression.h
R test/fail_compilation/faildg.d
M test/runnable/delegate.d
Log Message:
-----------
Merge pull request #3596 from yebblies/dglvalue
Re-allow using delegate.ptr and .funcptr as lvalues
Compare: https://github.com/D-Programming-Language/dmd/compare/9d48c47fe192...e35044616471
More information about the dmd-internals
mailing list