Bug 398851 - Build is broken with trunk Clang
Summary: Build is broken with trunk Clang
Status: RESOLVED FIXED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-19 23:16 UTC by Eugene Zelenko
Modified: 2018-09-20 17:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!