[Issue 19022] CTorFlow: Show the line of the duplicated initialization for const/immutable fields

2018-06-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19022 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/e7cbc9d1acd290d1af1587ad3b0389667bc6091c Fix Issue 19022 - CTorFlow: Show the line of the duplicated

[Issue 19022] CTorFlow: Show the line of the duplicated initialization for const/immutable fields

2018-06-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19022 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19022] CTorFlow: Show the line of the duplicated initialization for const/immutable fields

2018-06-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19022 --- Comment #1 from Seb --- A naive attempt: https://github.com/dlang/dmd/pull/8399 --