head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.05.28.07.01.21; author adam; state Exp; branches; next ; commitid SgJ979PKktzO8yHG; desc @@ 1.1 log @qt6-qttools: support LLVM 22 @ text @$NetBSD$ Support LLVM 22. --- src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp.orig 2026-05-28 06:56:48.576759717 +0000 +++ src/qdoc/qdoc/src/qdoc/clangcodeparser.cpp @@@@ -42,7 +42,11 @@@@ #include #include +#if LIBCLANG_VERSION_MAJOR >= 22 +#include +#else #include "clang/AST/QualTypeNames.h" +#endif #include "template_declaration.h" #include @