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

--- Comment #3 from Eugene Zelenko <eugene.zele...@gmail.com> ---
Next changes must be made in SourceCompatibilityHelpers.h to compile Clazy:

#include <clang/AST/Attr.h>

By the word, headers should be sorted alphabetically.

-if (const EnumDecl *ED = ET->getDecl()) {
+if (const clang::EnumDecl *ED = ET->getDecl()) {

-return clang::getAttr<clang::WarnUnusedResultAttr>() != nullptr;
+return func->getAttr<clang::WarnUnusedResultAttr>() != nullptr;

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to