[dmd-internals] [D-Programming-Language/dmd] 2d99cd: fix Issue 13064 - Redundant `auto` storage class i...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Feb 26 22:32:33 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2d99cd781acc0db602850a05453031df4b23f946
https://github.com/D-Programming-Language/dmd/commit/2d99cd781acc0db602850a05453031df4b23f946
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-23 (Mon, 23 Feb 2015)
Changed paths:
M src/declaration.c
M src/func.c
A test/fail_compilation/fail13064.d
Log Message:
-----------
fix Issue 13064 - Redundant `auto` storage class is allowed for functions
Commit: 55587e23f159d247edb55f32e78c1f202347d993
https://github.com/D-Programming-Language/dmd/commit/55587e23f159d247edb55f32e78c1f202347d993
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-26 (Thu, 26 Feb 2015)
Changed paths:
M src/declaration.c
M src/func.c
A test/fail_compilation/fail13064.d
Log Message:
-----------
Merge pull request #4442 from 9rnsr/fix13064
Issue 13064 - Redundant `auto` storage class is allowed for functions
Compare: https://github.com/D-Programming-Language/dmd/compare/406d9dc1df72...55587e23f159
More information about the dmd-internals
mailing list