[clazy] [Bug 393745] New: Build is broken with trunk LLVM/Clang
Eugene Zelenko
bugzilla_noreply at kde.org
Tue May 1 23:10:23 BST 2018
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-bugs at kde.org
Reporter: eugene.zelenko at gmail.com
CC: smartins at 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 the assignee for the bug.
More information about the Unassigned-bugs
mailing list