Bug 444041 - Dead link for c++11 range loop might detach warning
Summary: Dead link for c++11 range loop might detach warning
Status: RESOLVED FIXED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-19 12:59 UTC by Martin Delille
Modified: 2022-05-26 15:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Delille 2021-10-19 12:59:00 UTC
SUMMARY

In Qt Creator, the folowing clazy warning message link is dead : https://github.com/KDE/clazy/blob/master/docs/checks/README-range-loop.md

SOFTWARE/OS VERSIONS
Windows: 10
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 5.15.2 

ADDITIONAL INFORMATION
Comment 1 Marius P 2022-05-26 15:08:57 UTC
This issue is fixed. Please let's close this bug.

Reasons:
https://github.com/KDE/clazy/blob/master/docs/checks/README-range-loop.md
 was split in two files. See https://github.com/KDE/clazy/commits/master/docs/checks/README-range-loop-detach.md . Apparently an old version of qtcreator for Windows 10 bundles an old version of clazy. And clazy was built from branch master, therefore it points to file https://github.com/KDE/clazy/blob/master/docs/checks/README-range-loop.md
that does not exist anymore. Instead of pointing to the correct file e.g. https://github.com/KDE/clazy/blob/1.9/docs/checks/README-range-loop.md