[dmd-internals] [D-Programming-Language/dmd] f29785: Add support for `return` attribute to __traits(get...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Aug 11 22:41:59 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f297858268087ef3ceab44d0bdf97cf0f97b6607
https://github.com/D-Programming-Language/dmd/commit/f297858268087ef3ceab44d0bdf97cf0f97b6607
Author: MetaLang <jared771 at gmail.com>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M src/hdrgen.c
M src/mtype.c
A test/runnable/test14874.d
M test/runnable/testscope2.d
Log Message:
-----------
Add support for `return` attribute to __traits(getFunctionAttributes)
Commit: 0c1fd7108015d06e120178b7d8de6cd7caad6283
https://github.com/D-Programming-Language/dmd/commit/0c1fd7108015d06e120178b7d8de6cd7caad6283
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2015-08-12 (Wed, 12 Aug 2015)
Changed paths:
M src/hdrgen.c
M src/mtype.c
A test/runnable/test14874.d
M test/runnable/testscope2.d
Log Message:
-----------
Merge pull request #4868 from MetaLang/master
Fix Issue 14874 - __traits(getFunctionAttributes) does not support the new `return` attribute
Compare: https://github.com/D-Programming-Language/dmd/compare/407dac358348...0c1fd7108015
More information about the dmd-internals
mailing list