https://bugs.kde.org/show_bug.cgi?id=399955

--- Comment #4 from Eugene Zelenko <eugene.zele...@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 watching all bug changes.

Reply via email to