Bug 398851

Summary: Build is broken with trunk Clang
Product: [Developer tools] clazy Reporter: Eugene Zelenko <eugene.zelenko>
Component: generalAssignee: Sergio Martins <smartins>
Status: RESOLVED FIXED    
Severity: normal CC: smartins
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Eugene Zelenko 2018-09-19 23:16:27 UTC
Build is broken with trunk Clang because of renamed getLocStart(),/getLocEnd() methods:

src/StringUtils.h:183:30: error: no member named 'getLocStart' in 'clang::Stmt'
Comment 1 Sergio Martins 2018-09-20 17:26:43 UTC
Git commit 97ad6f313ca2c4d80c7e878cede91b7164615b30 by Sergio Martins.
Committed on 20/09/2018 at 17:23.
Pushed by smartins into branch 'master'.

Merge branch '1.4' into master


https://commits.kde.org/clazy/97ad6f313ca2c4d80c7e878cede91b7164615b30
Comment 2 Eugene Zelenko 2018-09-20 17:59:58 UTC
Thank you for quick fix!