D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 9914 - Do attribute inference for auto functions
Summary: Do attribute inference for auto functions
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P2 enhancement
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-09 15:06 UTC by Walter Bright
Modified: 2015-06-17 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Walter Bright 2013-04-09 15:06:36 UTC
Infer pure, nothrow, and @safe for functions with auto returns.
Comment 2 github-bugzilla 2015-05-22 06:44:24 UTC
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/2333e3847db82f73b607ca764809a3a6e4e3c1c5
Merge pull request #1877 from WalterBright/auto_infer

fix Issue 9914 - Do attribute inference for auto functions
Comment 3 github-bugzilla 2015-06-17 21:05:21 UTC
Commit pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/2333e3847db82f73b607ca764809a3a6e4e3c1c5
Merge pull request #1877 from WalterBright/auto_infer