[dmd-internals] [D-Programming-Language/dmd] f8d4a5: [Refactoring] Add print functions for LINK, PROT, ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Jun 18 01:24:59 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f8d4a551c591e671b01599e0fbdb0db8896c7d2a
https://github.com/D-Programming-Language/dmd/commit/f8d4a551c591e671b01599e0fbdb0db8896c7d2a
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/doc.c
M src/dsymbol.c
M src/dsymbol.h
M src/func.c
M src/hdrgen.c
M src/import.c
M src/json.c
M src/mars.h
M src/mtype.c
M src/mtype.h
M src/traits.c
Log Message:
-----------
[Refactoring] Add print functions for LINK, PROT, and TRUST
Commit: 4b2578e208f2af9a02159fc2d8d87fb17b09005e
https://github.com/D-Programming-Language/dmd/commit/4b2578e208f2af9a02159fc2d8d87fb17b09005e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
Changed paths:
M src/parse.c
M src/parse.h
A test/fail_compilation/parse12924.d
A test/fail_compilation/parseStc2.d
Log Message:
-----------
fix Issue 12924 - deprecated("foo"); and deprecated; should not compile
'DeclarationBlock' that follows 'Attribute' should be parsed by parseBlock.
`PrefixAttribute` is used to check redundant/conflicting attributes over the mutual call between `parseDeclDefs` and `parseBlock`.
Commit: 77f4e95af6cf1fd2dd80902ec122a23f1358fd1f
https://github.com/D-Programming-Language/dmd/commit/77f4e95af6cf1fd2dd80902ec122a23f1358fd1f
Author: Walter Bright <walter at walterbright.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/doc.c
M src/dsymbol.c
M src/dsymbol.h
M src/func.c
M src/hdrgen.c
M src/import.c
M src/json.c
M src/mars.h
M src/mtype.c
M src/mtype.h
M src/parse.c
M src/parse.h
M src/traits.c
A test/fail_compilation/parse12924.d
A test/fail_compilation/parseStc2.d
Log Message:
-----------
Merge pull request #3676 from 9rnsr/fix12924
[REG2.066a] Issue 12924 - deprecated("foo"); and deprecated; should not compile
Compare: https://github.com/D-Programming-Language/dmd/compare/76199e536468...77f4e95af6cf
More information about the dmd-internals
mailing list