[clazy] [Bug 399955] Build is broken with trunk LLVM/Clang
Eugene Zelenko
bugzilla_noreply at kde.org
Thu Oct 18 22:30:56 BST 2018
https://bugs.kde.org/show_bug.cgi?id=399955
--- Comment #4 from Eugene Zelenko <eugene.zelenko at gmail.com> ---
Please add llvm:: before StringRef in variable declarations in all three files
to fix build.
ext/alloc_traits.h should be removed from Clazy.cpp, because it's STL internals
which may vary between libstdc++/libc++.
Clazy/src/Clazy.cpp:25:10: fatal error: 'ext/alloc_traits.h' file not found
#include <ext/alloc_traits.h>
Also, IWYU added LLVM/Clang include directives "" when Clazy code base uses <>,
so order of headers is affected. Sometimes empty line separates headers and
mess up their order.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list