[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-13 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 Sergio Martins changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=403083 --- Comment #3 from Eugene Zelenko --- Next changes must be made in SourceCompatibilityHelpers.h to compile Clazy: #include By the word, headers should be sorted alphabetically. -if (const EnumDecl *ED = ET->getDecl()) { +if (const clang::EnumDecl *

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 --- Comment #2 from Sergio Martins --- Please check if this works, if not, try to figure our what's the missing include or so :) -- You are receiving this mail because: You are watching all bug changes.

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 --- Comment #1 from Sergio Martins --- Git commit 07a54ffa240a9727095dc956b91987a08ddbc11a by Sergio Martins. Committed on 11/01/2019 at 20:02. Pushed by smartins into branch 'master'. Try to fix build with clang trunk I don't have trunk, but this sho

[clazy] [Bug 403083] Build is broken with trunk Clang

2019-01-11 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=403083 Sergio Martins changed: What|Removed |Added Status|REPORTED|CONFIRMED Assignee|unassigned-b...@k