Bug 401986 - 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: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Sergio Martins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-11 03:23 UTC by Eugene Zelenko
Modified: 2018-12-11 18:21 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-12-11 03:23:41 UTC
src/checks/level1/range-loop.cpp:74:63: error: no member named 'getLocStart' in
      'clang::Expr'
         endLoc = clazy::locForEndOfToken(&m_astContext, exp->getLocStart());
                                                         ~~~  ^
1 error generated.
Comment 2 Eugene Zelenko 2018-12-11 18:21:29 UTC
Thank you for quick fix!