[dmd-internals] [D-Programming-Language/dmd] 2da32b: fix Issue 15403 - [internal] FileExp represents Im...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Dec 3 18:07:59 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2da32b038b5de712839a22397273685a44a521c3
https://github.com/D-Programming-Language/dmd/commit/2da32b038b5de712839a22397273685a44a521c3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-12-04 (Fri, 04 Dec 2015)
Changed paths:
M src/expression.d
M src/expression.h
M src/hdrgen.d
M src/parse.d
M src/visitor.d
M src/visitor.h
Log Message:
-----------
fix Issue 15403 - [internal] FileExp represents ImportExpression, the AST class naming is not intuitive
Rename `FileExp` to `ImportExp`.
Commit: 86d7cc4177587cf4d5bdfce052df0a58e1cf7166
https://github.com/D-Programming-Language/dmd/commit/86d7cc4177587cf4d5bdfce052df0a58e1cf7166
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-12-04 (Fri, 04 Dec 2015)
Changed paths:
M src/expression.d
M src/expression.h
M src/hdrgen.d
M src/parse.d
M src/visitor.d
M src/visitor.h
Log Message:
-----------
Merge pull request #5297 from 9rnsr/fix15403
Issue 15403 - [internal] FileExp represents ImportExpression, the AST class naming is not intuitive
Compare: https://github.com/D-Programming-Language/dmd/compare/0b15efa7827a...86d7cc417758
More information about the dmd-internals
mailing list