https://bugs.kde.org/show_bug.cgi?id=509019
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from [email protected] --- Getting it to this point is fantastic. I'm now building with the latest clang (23), and hitting this error: ==== [ 94%] Building CXX object CMakeFiles/ClazyPlugin.dir/src/MiniAstDumper.cpp.o In file included from /usr/massstore/.../llvm/github/install/include/clang/AST/RecursiveASTVisitor.h:333, from /home/catdev/Downloads/clazy-master/src/MiniAstDumper.h:12, from /home/catdev/Downloads/clazy-master/src/MiniAstDumper.cpp:8: /usr/massstore/.../llvm/github/install/include/clang/AST/AttrVisitor.inc:1356:32: error: ‘PersonalityAttr’ has not been declared 1356 | bool TraversePersonalityAttr(PersonalityAttr *A); | ^~~~~~~~~~~~~~~ /usr/massstore/.../llvm/github/install/include/clang/AST/AttrVisitor.inc:1357:29: error: ‘PersonalityAttr’ has not been declared 1357 | bool VisitPersonalityAttr(PersonalityAttr *A) { | ^~~~~~~~~~~~~~~ /usr/massstore/.../llvm/github/install/include/clang/AST/RecursiveASTVisitor.h:744:22: error: ‘bool clang::RecursiveASTVisitor<Derived>::TraversePersonalityAttr’ is not a static data member of ‘class clang::RecursiveASTVisitor<Derived>’ 744 | #define VISITORCLASS RecursiveASTVisitor /usr/massstore/.../llvm/github/install/include/clang/AST/AttrVisitor.inc:5150:6: note: in expansion of macro ‘VISITORCLASS’ 5150 | bool VISITORCLASS<Derived>::TraversePersonalityAttr(PersonalityAttr *A) { | ^~~~~~~~~~~~ ==== If its possible to address that would be great. -- You are receiving this mail because: You are watching all bug changes.
