Bug 401986

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: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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!