https://bugs.kde.org/show_bug.cgi?id=393745
Bug ID: 393745 Summary: Build is broken with trunk LLVM/Clang Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: eugene.zele...@gmail.com CC: smart...@kde.org Target Milestone: --- Build with with trunk LLVM/Clang become broken yesterday: Clazy/src/checks/level2/old-style-connect.cpp:232:52: error: no member named 'first' in 'clang::CharSourceRange' SourceRange range = SourceRange(expansionRange.first, expansionRange.second); ~~~~~~~~~~~~~~ ^ Clazy/src/checks/level2/old-style-connect.cpp:232:74: error: no member named 'second' in 'clang::CharSourceRange'; did you mean 'setEnd'? SourceRange range = SourceRange(expansionRange.first, expansionRange.second); ^~~~~~ setEnd llvm-svn.src/tools/clang/include/clang/Basic/SourceLocation.h:267:8: note: 'setEnd' declared here void setEnd(SourceLocation e) { Range.setEnd(e); } ^ Clazy/src/checks/level2/old-style-connect.cpp:397:60: error: no member named 'first' in 'clang::CharSourceRange' SourceRange range = SourceRange(expansionRange.first, expansionRange.second); ~~~~~~~~~~~~~~ ^ Clazy/src/checks/level2/old-style-connect.cpp:397:82: error: no member named 'second' in 'clang::CharSourceRange'; did you mean 'setEnd'? SourceRange range = SourceRange(expansionRange.first, expansionRange.second); ^~~~~~ setEnd llvm-svn.src/tools/clang/include/clang/Basic/SourceLocation.h:267:8: note: 'setEnd' declared here void setEnd(SourceLocation e) { Range.setEnd(e); } ^ -- You are receiving this mail because: You are watching all bug changes.