| Summary: | Dead link for c++11 range loop might detach warning | ||
|---|---|---|---|
| Product: | [Developer tools] clazy | Reporter: | Martin Delille <martin> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nmariusp1, smartins |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martin Delille
2021-10-19 12:59:00 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 |