Thread overview
[Issue 13761] Clang Static Analysis results for dmd
Nov 21, 2014
John Colvin
Nov 28, 2014
Temtaime
Dec 31, 2017
Iain Buclaw
November 21, 2014
https://issues.dlang.org/show_bug.cgi?id=13761

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
Sorry, file's too large to attach, here's a link: https://www.dropbox.com/s/y6yssa6lxka4zlf/dmd-scan.zip?dl=0

--
November 28, 2014
https://issues.dlang.org/show_bug.cgi?id=13761

Temtaime <temtaime@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |temtaime@gmail.com

--- Comment #2 from Temtaime <temtaime@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4174

--
December 31, 2017
https://issues.dlang.org/show_bug.cgi?id=13761

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e7f6ceca1324d15d3df5999569c62138c4b594c8 Partial fix for Issue 13761 - Fix code which triggers warnings

https://github.com/dlang/dmd/commit/62778ea7f09c28ed9cda40ee980bf54dab0113b1 Merge pull request #7557 from ibuclaw/partial13761

Partial fix for Issue 13761 - Fix code which triggers warnings merged-on-behalf-of: Mike Franklin <JinShil@users.noreply.github.com>

--
December 31, 2017
https://issues.dlang.org/show_bug.cgi?id=13761

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ibuclaw@gdcproject.org
         Resolution|---                         |WONTFIX

--- Comment #4 from Iain Buclaw <ibuclaw@gdcproject.org> ---
As the front-end has been converted to D.  Any sort of static analysis reports are effectively useless for us now.

--