Summary: | Crash with a simple template class and auto for loop | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Csaba Kertész <csaba.kertesz> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | VERIFIED FIXED | ||
Severity: | crash | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/clazy/c7b8d178a9de035058166d909f50ce21604265a1 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
File #1 after crash
File #2 after crash |
Description
Csaba Kertész
2016-10-12 22:24:44 UTC
Created attachment 101550 [details]
File #1 after crash
Created attachment 101551 [details]
File #2 after crash
Git commit c7b8d178a9de035058166d909f50ce21604265a1 by Sergio Martins. Committed on 13/10/2016 at 21:17. Pushed by smartins into branch 'master'. Fix crash when working with undeducible auto types Reported by Csaba Kertész M +12 -0 TypeUtils.cpp M +5 -0 TypeUtils.h A +18 -0 tests/range-loop/bug370609.cpp [License: UNKNOWN] * A +1 -0 tests/range-loop/bug370609.cpp.expected M +3 -0 tests/range-loop/config.json The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/clazy/c7b8d178a9de035058166d909f50ce21604265a1 I tested the fix and Clazy works again. |