Bug 444041

Summary: Dead link for c++11 range loop might detach warning
Product: [Developer tools] clazy Reporter: Martin Delille <martin>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: nmariusp1, smartins
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:

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