>>> clazy: Building community/clazy 1.12-r1 (using abuild 3.14.1-r1) started Sat, 02 Nov 2024 15:41:04 +0000
>>> clazy: Validating /home/buildozer/aports/community/clazy/APKBUILD...
>>> clazy: Analyzing dependencies...
>>> clazy: Installing for build: build-base clang18-dev cmake llvm18-dev perl samurai
(1/38) Installing clang18-headers (18.1.8-r2)
(2/38) Installing libffi (3.4.6-r0)
(3/38) Installing xz-libs (5.6.3-r0)
(4/38) Installing libxml2 (2.13.4-r3)
(5/38) Installing llvm18-libs (18.1.8-r1)
(6/38) Installing clang18-libs (18.1.8-r2)
(7/38) Installing llvm18-linker-tools (18.1.8-r1)
(8/38) Installing clang18 (18.1.8-r2)
(9/38) Installing clang18-libclang (18.1.8-r2)
(10/38) Installing clang18-dev (18.1.8-r2)
(11/38) Installing libbz2 (1.0.8-r6)
(12/38) Installing libarchive (3.7.7-r0)
(13/38) Installing rhash-libs (1.4.5-r0)
(14/38) Installing libuv (1.49.2-r0)
(15/38) Installing cmake (3.30.5-r0)
(16/38) Installing llvm18 (18.1.8-r1)
(17/38) Installing linux-headers (6.6-r1)
(18/38) Installing libffi-dev (3.4.6-r0)
(19/38) Installing zlib-dev (1.3.1-r2)
(20/38) Installing zstd (1.5.6-r1)
(21/38) Installing zstd-dev (1.5.6-r1)
(22/38) Installing gdbm (1.24-r0)
(23/38) Installing mpdecimal (4.0.0-r0)
(24/38) Installing libpanelw (6.5_p20241006-r2)
(25/38) Installing sqlite-libs (3.47.0-r0)
(26/38) Installing python3 (3.12.7-r1)
(27/38) Installing python3-pycache-pyc0 (3.12.7-r1)
(28/38) Installing pyc (3.12.7-r1)
(29/38) Installing llvm18-test-utils-pyc (18.1.8-r1)
(30/38) Installing python3-pyc (3.12.7-r1)
(31/38) Installing llvm18-test-utils (18.1.8-r1)
(32/38) Installing llvm18-dev (18.1.8-r1)
(33/38) Installing perl (5.40.0-r3)
(34/38) Installing samurai (1.2-r6)
(35/38) Installing .makedepends-clazy (20241102.154107)
(36/38) Installing perl-error (0.17029-r2)
(37/38) Installing perl-git (2.46.2-r0)
(38/38) Installing git-perl (2.46.2-r0)
Executing busybox-1.37.0-r5.trigger
OK: 658 MiB in 139 packages
>>> clazy: Cleaning up srcdir
>>> clazy: Cleaning up pkgdir
>>> clazy: Cleaning up tmpdir
>>> clazy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/clazy-1.12.tar.xz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
wget: server returned error: HTTP/1.1 404 Not Found
>>> clazy: Fetching https://download.kde.org/stable/clazy/1.12/src/clazy-1.12.tar.xz
Connecting to download.kde.org ([2a01:4f8:242:53eb::4]:443)
Connecting to fr2.rpmfind.net (195.220.108.108:443)
saving to '/var/cache/distfiles/v3.21/clazy-1.12.tar.xz.part'
clazy-1.12.tar.xz.pa 100% |********************************|  417k  0:00:00 ETA
'/var/cache/distfiles/v3.21/clazy-1.12.tar.xz.part' saved
>>> clazy: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/clazy-1.12.tar.xz
>>> clazy: Checking sha512sums...
clazy-1.12.tar.xz: OK
>>> clazy: Unpacking /var/cache/distfiles/v3.21/clazy-1.12.tar.xz...
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
usage: llvm-config <OPTION>... [<COMPONENT>...]

Get various configuration information needed to compile programs which use
LLVM.  Typically called from 'configure' scripts.  Examples:
  llvm-config --cxxflags
  llvm-config --ldflags
  llvm-config --libs engine bcreader scalaropts

Options:
  --assertion-mode  Print assertion mode of LLVM tree (ON or OFF).
  --bindir          Directory containing LLVM executables.
  --build-mode      Print build mode of LLVM tree (e.g. Debug or Release).
  --build-system    Print the build system used to build LLVM (e.g. `cmake` or `gn`).
  --cflags          C compiler flags for files that include LLVM headers.
  --cmakedir        Directory containing LLVM CMake modules.
  --components      List of all possible components.
  --cppflags        C preprocessor flags for files that include LLVM headers.
  --cxxflags        C++ compiler flags for files that include LLVM headers.
  --has-rtti        Print whether or not LLVM was built with rtti (YES or NO).
  --help            Print a summary of llvm-config arguments.
  --host-target     Target triple used to configure LLVM.
  --ignore-libllvm  Ignore libLLVM and link component libraries instead.
  --includedir      Directory containing LLVM headers.
  --ldflags         Print Linker flags.
  --libdir          Directory containing LLVM libraries.
  --libfiles        Fully qualified library filenames for makefile depends.
  --libnames        Bare library names for in-tree builds.
  --libs            Libraries needed to link against LLVM components.
  --link-shared     Link the components as shared libraries.
  --link-static     Link the component libraries statically.
  --obj-root        Print the object root used to build LLVM.
  --prefix          Print the installation prefix.
  --shared-mode     Print how the provided components can be collectively linked (`shared` or `static`).
  --system-libs     System Libraries needed to link against LLVM components.
  --targets-built   List of all targets currently built.
  --version         Print LLVM version.
Typical components:
  all               All LLVM libraries (default).
  engine            Either a native JIT or a bitcode interpreter.
-- Found LLVM (version: 18.1.8): (using /usr/lib/llvm18/bin/llvm-config)
--   Include dirs:   /usr/lib/llvm18/include;/usr/lib/llvm18/include
--   LLVM libraries: /usr/lib/llvm18/lib/libLLVM-18.so
--   LLVM System libraries: 
usage: llvm-config <OPTION>... [<COMPONENT>...]

Get various configuration information needed to compile programs which use
LLVM.  Typically called from 'configure' scripts.  Examples:
  llvm-config --cxxflags
  llvm-config --ldflags
  llvm-config --libs engine bcreader scalaropts

Options:
  --assertion-mode  Print assertion mode of LLVM tree (ON or OFF).
  --bindir          Directory containing LLVM executables.
  --build-mode      Print build mode of LLVM tree (e.g. Debug or Release).
  --build-system    Print the build system used to build LLVM (e.g. `cmake` or `gn`).
  --cflags          C compiler flags for files that include LLVM headers.
  --cmakedir        Directory containing LLVM CMake modules.
  --components      List of all possible components.
  --cppflags        C preprocessor flags for files that include LLVM headers.
  --cxxflags        C++ compiler flags for files that include LLVM headers.
  --has-rtti        Print whether or not LLVM was built with rtti (YES or NO).
  --help            Print a summary of llvm-config arguments.
  --host-target     Target triple used to configure LLVM.
  --ignore-libllvm  Ignore libLLVM and link component libraries instead.
  --includedir      Directory containing LLVM headers.
  --ldflags         Print Linker flags.
  --libdir          Directory containing LLVM libraries.
  --libfiles        Fully qualified library filenames for makefile depends.
  --libnames        Bare library names for in-tree builds.
  --libs            Libraries needed to link against LLVM components.
  --link-shared     Link the components as shared libraries.
  --link-static     Link the component libraries statically.
  --obj-root        Print the object root used to build LLVM.
  --prefix          Print the installation prefix.
  --shared-mode     Print how the provided components can be collectively linked (`shared` or `static`).
  --system-libs     System Libraries needed to link against LLVM components.
  --targets-built   List of all targets currently built.
  --version         Print LLVM version.
Typical components:
  all               All LLVM libraries (default).
  engine            Either a native JIT or a bitcode interpreter.
-- Detected that llvm-config comes from a build-tree, adding more include directories for Clang
-- Found Clang (LLVM version: 18.1.8)
--   Include dirs:          /usr/lib/llvm18/include;/usr/lib/llvm18/include;/usr/lib/llvm18/tools/clang/include;/tools/clang/include
--   Clang libraries:       
--   Libclang C library:    /usr/lib/llvm18/lib/libclang.so
--   Clang dynamic library: /usr/lib/llvm18/lib/libclang-cpp.so
Looking for std::regex support...
-- Configuring done (4.2s)
-- Generating done (0.0s)
-- Build files have been written to: /home/buildozer/aports/community/clazy/src/clazy-1.12/build
[1/121] Generating clazy.1
[2/121] Building CXX object CMakeFiles/clazy-standalone.dir/src/ClazyStandaloneMain.cpp.o
[3/121] Building CXX object CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx.gch
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/Clazy.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyStandaloneMain.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:11:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[4/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/MiniAstDumper.cpp.o
[5/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/Utils.cpp.o
[6/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/TypeUtils.cpp.o
[7/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/TemplateUtils.cpp.o
[8/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/StringUtils.cpp.o
[9/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/QtUtils.cpp.o
[10/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/PreProcessorVisitor.cpp.o
[11/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/LoopUtils.cpp.o
[12/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/FixItExporter.cpp.o
[13/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/FixItUtils.cpp.o
[14/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/ContextUtils.cpp.o
[15/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/SuppressionManager.cpp.o
[16/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checkmanager.cpp.o
[17/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checkbase.cpp.o
[18/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/AccessSpecifierManager.cpp.o
[19/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/Clazy.cpp.o
[20/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/ClazyContext.cpp.o
[21/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/virtual-call-ctor.cpp.o
[22/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/static-pmf.cpp.o
[23/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/rule-of-three.cpp.o
[24/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/returning-void-expression.cpp.o
[25/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/qstring-allocations.cpp.o
[26/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/old-style-connect.cpp.o
[27/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/missing-typeinfo.cpp.o
[28/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/missing-qobject-macro.cpp.o
[29/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/implicit-casts.cpp.o
[30/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/global-const-char-pointer.cpp.o
[31/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/function-args-by-value.cpp.o
[32/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/function-args-by-ref.cpp.o
[33/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/ctor-missing-parent-argument.cpp.o
[34/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/copyable-polymorphic.cpp.o
[35/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level2/base-class-event.cpp.o
[36/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/virtual-signal.cpp.o
[37/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/skipped-base-method.cpp.o
[38/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/rule-of-two-soft.cpp.o
[39/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/returning-data-from-temporary.cpp.o
[40/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/range-loop-reference.cpp.o
[41/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/range-loop-detach.cpp.o
[42/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/qstring-left.cpp.o
[43/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/qproperty-without-notify.cpp.o
[44/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/qlatin1string-non-ascii.cpp.o
[45/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/qhash-namespace.cpp.o
[46/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/qdeleteall.cpp.o
[47/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/post-event.cpp.o
[48/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/overridden-signal.cpp.o
[49/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/non-pod-global-static.cpp.o
[50/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/install-event-filter.cpp.o
[51/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/incorrect-emit.cpp.o
[52/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/foreach.cpp.o
[53/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/detaching-temporary.cpp.o
[54/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/const-signal-or-slot.cpp.o
[55/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/connect-3arg-lambda.cpp.o
[56/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/child-event-qobject-cast.cpp.o
[57/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level1/auto-unexpected-qstringbuilder.cpp.o
[58/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/wrong-qglobalstatic.cpp.o
[59/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/wrong-qevent-cast.cpp.o
[60/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/writing-to-temporary.cpp.o
[61/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/use-static-qregularexpression.cpp.o
[62/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/unused-non-trivial-variable.cpp.o
[63/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/temporary-iterator.cpp.o
[64/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/strict-iterators.cpp.o
[65/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qt-macros.cpp.o
[66/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qstring-ref.cpp.o
[67/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qstring-insensitive-allocation.cpp.o
[68/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qstring-comparison-to-implicit-char.cpp.o
[69/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qstring-arg.cpp.o
[70/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qmap-with-pointer-key.cpp.o
[71/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qgetenv.cpp.o
[72/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qfileinfo-exists.cpp.o
[73/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qenums.cpp.o
[74/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qdatetime-utc.cpp.o
[75/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/qcolor-from-literal.cpp.o
[76/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/overloaded-signal.cpp.o
[77/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/no-module-include.cpp.o
[78/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/mutable-container-key.cpp.o
[79/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/lowercase-qml-type-name.cpp.o
[80/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/lambda-unique-connection.cpp.o
[81/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/lambda-in-connect.cpp.o
[82/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/fully-qualified-moc-types.cpp.o
[83/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/empty-qstringliteral.cpp.o
[84/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/container-anti-pattern.cpp.o
[85/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/connect-not-normalized.cpp.o
[86/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/connect-non-signal.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/virtual-signal.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[87/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/level0/connect-by-name.cpp.o
[88/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/use-chrono-in-qtimer.cpp.o
[89/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/use-arrow-operator-instead-of-data.cpp.o
[90/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/unused-result-check.cpp.o
[91/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/unneeded-cast.cpp.o
[92/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/unexpected-flag-enumerator-value.cpp.o
[93/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/tr-non-literal.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/returning-void-expression.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[94/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/thread-with-slots.cpp.o
[95/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/signal-with-return-value.cpp.o
[96/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/sanitize-inline-keyword.cpp.o
[97/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/reserve-candidates.cpp.o
[98/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/raw-environment-function.cpp.o
[99/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qvariant-template-instantiation.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/const-signal-or-slot.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[100/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp.o
[101/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt6-qhash-signature.cpp.o
[102/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt6-header-fixes.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/overridden-signal.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[103/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt6-fwd-fixes.cpp.o
[104/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt6-deprecated-api-fixes.cpp.o
[105/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt-keywords.cpp.o
[106/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qt-keyword-emit.cpp.o
[107/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qstring-varargs.cpp.o
[108/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qrequiredresult-candidates.cpp.o
[109/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qproperty-type-mismatch.cpp.o
[110/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/qhash-with-char-pointer-key.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/no-module-include.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/no-module-include.cpp: In member function 'virtual void NoModuleInclude::VisitInclusionDirective(clang::SourceLocation, const clang::Token&, llvm::StringRef, bool, clang::CharSourceRange, clazy::OptionalFileEntryRef, llvm::StringRef, llvm::StringRef, const clang::Module*, clang::SrcMgr::CharacteristicKind)':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/no-module-include.cpp:69:62: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
   69 |                 llvm::StringRef fileName = fileEntry->getName();
      |                                            ~~~~~~~~~~~~~~~~~~^~
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/no-module-include.cpp:73:47: warning: 'bool llvm::StringRef::startswith(llvm::StringRef) const' is deprecated: Use starts_with instead [-Wdeprecated-declarations]
   73 |                     if (fileContent.startswith("/*\n * This file was generated by qdbusxml2cpp")
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/llvm18/include/llvm/ADT/SmallString.h:18,
                 from /usr/lib/llvm18/include/llvm/ADT/APFixedPoint.h:22,
                 from /usr/lib/llvm18/include/clang/AST/APValue.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:16:
/usr/lib/llvm18/include/llvm/ADT/StringRef.h:263:29: note: declared here
  263 |         "starts_with") bool startswith(StringRef Prefix) const {
      |                             ^~~~~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/no-module-include.cpp:74:50: warning: 'bool llvm::StringRef::startswith(llvm::StringRef) const' is deprecated: Use starts_with instead [-Wdeprecated-declarations]
   74 |                         || fileContent.startswith("/*\r\n * This file was generated by qdbusxml2cpp")) {
      |                            ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/llvm18/include/llvm/ADT/StringRef.h:263:29: note: declared here
  263 |         "starts_with") bool startswith(StringRef Prefix) const {
      |                             ^~~~~~~~~~
[111/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/jnisignatures.cpp.o
[112/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/isempty-vs-count.cpp.o
[113/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/ifndef-define-typo.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qenums.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[114/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/heap-allocated-small-trivial-type.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qt-macros.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[115/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/detaching-member.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/qhash-namespace.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[116/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/container-inside-loop.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/lambda-in-connect.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[117/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/manuallevel/assert-with-side-effects.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/range-loop-reference.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
[118/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/ruleofbase.cpp.o
[119/121] Building CXX object CMakeFiles/ClazyPlugin.dir/src/checks/detachingbase.cpp.o
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/incorrect-emit.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/overloaded-signal.cpp:14:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/connect-3arg-lambda.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/empty-qstringliteral.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/range-loop-detach.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/qdeleteall.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/TypeUtils.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23,
    inlined from 'const clang::CXXBaseSpecifier* clang::CXXRecordDecl::bases_begin() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:626:73:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/virtual-call-ctor.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/implicit-casts.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/wrong-qevent-cast.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.cpp:7:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.cpp: In constructor 'ClazyContext::ClazyContext(const clang::CompilerInstance&, const std::string&, const std::string&, std::string, const std::vector<std::__cxx11::basic_string<char> >&, ClazyOptions)':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.cpp:51:53: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
   51 |             exportFixesFilename = fileEntry->getName().str() + ".clazy.yaml";
      |                                   ~~~~~~~~~~~~~~~~~~^~
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/non-pod-global-static.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/function-args-by-ref.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/temporary-iterator.cpp:10:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::Decl; OffsT = unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalDecl]',
    inlined from 'clang::FriendDecl* clang::FriendDecl::getNextFriend()' at /usr/lib/llvm18/include/clang/AST/DeclFriend.h:99:38,
    inlined from 'clang::FriendDecl* clang::FriendDecl::getNextFriend()' at /usr/lib/llvm18/include/clang/AST/DeclFriend.h:97:15,
    inlined from 'clang::CXXRecordDecl::friend_iterator& clang::CXXRecordDecl::friend_iterator::operator++()' at /usr/lib/llvm18/include/clang/AST/DeclFriend.h:206:29,
    inlined from 'bool clazy::canTakeAddressOf(clang::CXXMethodDecl*, clang::DeclContext*, bool&)' at /home/buildozer/aports/community/clazy/src/clazy-1.12/src/ContextUtils.cpp:147:37:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/missing-qobject-macro.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qstring-ref.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/copyable-polymorphic.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23,
    inlined from 'const clang::CXXBaseSpecifier* clang::CXXRecordDecl::bases_begin() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:626:73:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/strict-iterators.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level1/foreach.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/AccessSpecifierManager.cpp:10:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qstring-arg.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/function-args-by-value.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::bases_begin()' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:625:61:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/fully-qualified-moc-types.cpp:10:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/FixItExporter.cpp: In member function 'virtual void FixItExporter::BeginSourceFile(const clang::LangOptions&, const clang::Preprocessor*)':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/FixItExporter.cpp:59:73: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
   59 |     getTuDiag().MainSourceFile = static_cast<std::string>(entry->getName());
      |                                                           ~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/qstring-allocations.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qcolor-from-literal.cpp: In function 'bool isStringColorLiteralPattern(llvm::StringRef)':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qcolor-from-literal.cpp:51:24: warning: 'bool llvm::StringRef::startswith(llvm::StringRef) const' is deprecated: Use starts_with instead [-Wdeprecated-declarations]
   51 |     if (!str.startswith("#")) {
      |          ~~~~~~~~~~~~~~^~~~~
In file included from /usr/lib/llvm18/include/llvm/ADT/SmallString.h:18,
                 from /usr/lib/llvm18/include/llvm/ADT/APFixedPoint.h:22,
                 from /usr/lib/llvm18/include/clang/AST/APValue.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:16,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/llvm/ADT/StringRef.h:263:29: note: declared here
  263 |         "starts_with") bool startswith(StringRef Prefix) const {
      |                             ^~~~~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qcolor-from-literal.cpp: In member function 'virtual void QColorFromLiteral_Callback::run(const clang::ast_matchers::MatchFinder::MatchResult&)':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/qcolor-from-literal.cpp:79:28: warning: 'bool llvm::StringRef::startswith(llvm::StringRef) const' is deprecated: Use starts_with instead [-Wdeprecated-declarations]
   79 |         if (!str.startswith("#")) {
      |              ~~~~~~~~~~~~~~^~~~~
/usr/lib/llvm18/include/llvm/ADT/StringRef.h:263:29: note: declared here
  263 |         "starts_with") bool startswith(StringRef Prefix) const {
      |                             ^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/connect-by-name.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/connect-non-signal.cpp:10:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level0/connect-not-normalized.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/unneeded-cast.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::bases_begin()' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:625:61:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkmanager.cpp:12:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt-keyword-emit.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/use-chrono-in-qtimer.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/signal-with-return-value.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/thread-with-slots.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt-keywords.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/container-inside-loop.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt6-qhash-signature.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/heap-allocated-small-trivial-type.cpp:8:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/detaching-member.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt6-header-fixes.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/sanitize-inline-keyword.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt6-fwd-fixes.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qproperty-type-mismatch.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/reserve-candidates.cpp:11:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/manuallevel/qt6-deprecated-api-fixes.cpp:9:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checks/level2/old-style-connect.cpp:12:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/MiniAstDumper.cpp: In member function 'virtual void MiniASTDumperConsumer::HandleTranslationUnit(clang::ASTContext&)':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/MiniAstDumper.cpp:56:55: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
   56 |     llvm::errs() << "Found TU: " << fileEntry->getName() << "\n";
      |                                     ~~~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::bases_begin()' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:625:61:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/Clazy.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/Clazy.cpp:10:
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h: In member function 'bool ClazyContext::fileMatchesLoc(const std::unique_ptr<llvm::Regex>&, clang::SourceLocation, const clang::FileEntry**) const':
/home/buildozer/aports/community/clazy/src/clazy-1.12/src/ClazyContext.h:113:50: warning: 'llvm::StringRef clang::FileEntry::getName() const' is deprecated: Use FileEntryRef::getName() instead. [-Wdeprecated-declarations]
  113 |         llvm::StringRef fileName((*file)->getName());
      |                                  ~~~~~~~~~~~~~~~~^~
In file included from /usr/lib/llvm18/include/clang/Basic/SourceLocation.h:17,
                 from /usr/lib/llvm18/include/clang/AST/Stmt.h:27,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/clazy_stl.h:10,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:13,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/build/CMakeFiles/ClazyPlugin.dir/cmake_pch.hxx:5,
                 from <command-line>:
/usr/lib/llvm18/include/clang/Basic/FileEntry.h:332:13: note: declared here
  332 |   StringRef getName() const { return LastRef->getName(); }
      |             ^~~~~~~
In file included from /usr/lib/llvm18/include/clang/AST/Decl.h:22,
                 from /usr/lib/llvm18/include/clang/AST/ASTContext.h:21,
                 from /home/buildozer/aports/community/clazy/src/clazy-1.12/src/checkbase.h:15:
In member function 'T* clang::LazyOffsetPtr<T, OffsT, Get>::get(clang::ExternalASTSource*) const [with T = clang::CXXBaseSpecifier; OffsT = long long unsigned int; T* (clang::ExternalASTSource::* Get)(OffsT) = &clang::ExternalASTSource::GetExternalCXXBaseSpecifiers]',
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:356:25,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::DefinitionData::getBases() const' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:354:23,
    inlined from 'clang::CXXBaseSpecifier* clang::CXXRecordDecl::bases_begin()' at /usr/lib/llvm18/include/clang/AST/DeclCXX.h:625:61:
/usr/lib/llvm18/include/clang/AST/ExternalASTSource.h:378:54: warning: 'this' pointer is null [-Wnonnull]
  378 |       Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
      |                                        ~~~~~~~~~~~~~~^~~~~~~~~~
[120/121] Linking CXX shared library lib/ClazyPlugin.so
[121/121] Linking CXX executable bin/clazy-standalone
>>> clazy: Entering fakeroot...
-- Install configuration: "MinSizeRel"
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/lib/ClazyPlugin.so
-- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/clazy/pkg/clazy/usr/lib/ClazyPlugin.so" to ""
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/bin/clazy
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-connect-by-name.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-connect-non-signal.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-connect-not-normalized.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-container-anti-pattern.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-empty-qstringliteral.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-fully-qualified-moc-types.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-lambda-in-connect.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-lambda-unique-connection.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-lowercase-qml-type-name.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-mutable-container-key.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-no-module-include.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-overloaded-signal.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qcolor-from-literal.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qdatetime-utc.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qenums.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qfileinfo-exists.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qgetenv.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qmap-with-pointer-key.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qstring-arg.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qstring-comparison-to-implicit-char.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qstring-insensitive-allocation.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qstring-ref.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-qt-macros.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-strict-iterators.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-temporary-iterator.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-unused-non-trivial-variable.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-use-static-qregularexpression.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-writing-to-temporary.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-wrong-qevent-cast.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level0/README-wrong-qglobalstatic.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-auto-unexpected-qstringbuilder.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-child-event-qobject-cast.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-connect-3arg-lambda.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-const-signal-or-slot.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-detaching-temporary.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-foreach.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-incorrect-emit.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-install-event-filter.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-non-pod-global-static.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-overridden-signal.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-post-event.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-qdeleteall.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-qhash-namespace.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-qlatin1string-non-ascii.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-qproperty-without-notify.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-qstring-left.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-range-loop-detach.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-range-loop-reference.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-returning-data-from-temporary.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-rule-of-two-soft.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-skipped-base-method.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level1/README-virtual-signal.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-base-class-event.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-copyable-polymorphic.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-ctor-missing-parent-argument.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-function-args-by-ref.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-function-args-by-value.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-global-const-char-pointer.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-implicit-casts.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-missing-qobject-macro.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-missing-typeinfo.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-old-style-connect.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-qstring-allocations.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-returning-void-expression.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-rule-of-three.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-static-pmf.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/level2/README-virtual-call-ctor.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-assert-with-side-effects.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-container-inside-loop.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-detaching-member.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-heap-allocated-small-trivial-type.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-ifndef-define-typo.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-isempty-vs-count.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-jni-signatures.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qhash-with-char-pointer-key.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qproperty-type-mismatch.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qrequiredresult-candidates.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qstring-varargs.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt-keyword-emit.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt-keywords.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt6-deprecated-api-fixes.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt6-fwd-fixes.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt6-header-fixes.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt6-qhash-signature.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qt6-qlatin1stringchar-to-u.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-qvariant-template-instantiation.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-raw-environment-function.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-reserve-candidates.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-sanitize-inline-keyword.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-signal-with-return-value.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-thread-with-slots.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-tr-non-literal.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-unexpected-flag-enumerator-value.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-unneeded-cast.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-unused-result-check.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-use-arrow-operator-instead-of-data.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/manuallevel/README-use-chrono-in-qtimer.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/README.md
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/LGPL-2.0-or-later.txt
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/doc/clazy/checks.json
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/bin/clazy-standalone
-- Set non-toolchain portion of runtime path of "/home/buildozer/aports/community/clazy/pkg/clazy/usr/bin/clazy-standalone" to "/usr/lib:/usr/lib/llvm18/lib"
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/metainfo/org.kde.clazy.metainfo.xml
-- Installing: /home/buildozer/aports/community/clazy/pkg/clazy/usr/share/man/man1/clazy.1
>>> clazy-doc*: Running split function doc...
'usr/share/doc' -> '/home/buildozer/aports/community/clazy/pkg/clazy-doc/usr/share/doc'
'usr/share/man' -> '/home/buildozer/aports/community/clazy/pkg/clazy-doc/usr/share/man'
>>> clazy-doc*: Preparing subpackage clazy-doc...
>>> clazy-doc*: Running postcheck for clazy-doc
>>> clazy*: Running postcheck for clazy
>>> clazy*: Preparing package clazy...
>>> clazy*: Stripping binaries
>>> WARNING: clazy*: Redundant /usr/lib in rpath found
>>> clazy-doc*: Scanning shared objects
>>> clazy*: Scanning shared objects
>>> clazy-doc*: Tracing dependencies...
>>> clazy-doc*: Package size: 141.6 KB
>>> clazy-doc*: Compressing data...
>>> clazy-doc*: Create checksum...
>>> clazy-doc*: Create clazy-doc-1.12-r1.apk
>>> clazy*: Tracing dependencies...
	so:libLLVM.so.18.1
	so:libc.musl-armv7.so.1
	so:libclang-cpp.so.18.1
	so:libgcc_s.so.1
	so:libstdc++.so.6
>>> clazy*: Package size: 1.1 MB
>>> clazy*: Compressing data...
>>> clazy*: Create checksum...
>>> clazy*: Create clazy-1.12-r1.apk
>>> clazy: Build complete at Sat, 02 Nov 2024 15:41:54 +0000 elapsed time 0h 0m 50s
>>> clazy: Cleaning up srcdir
>>> clazy: Cleaning up pkgdir
>>> clazy: Uninstalling dependencies...
(1/38) Purging .makedepends-clazy (20241102.154107)
(2/38) Purging clang18-dev (18.1.8-r2)
(3/38) Purging clang18 (18.1.8-r2)
(4/38) Purging clang18-libclang (18.1.8-r2)
(5/38) Purging clang18-headers (18.1.8-r2)
(6/38) Purging clang18-libs (18.1.8-r2)
(7/38) Purging cmake (3.30.5-r0)
(8/38) Purging llvm18-dev (18.1.8-r1)
(9/38) Purging llvm18 (18.1.8-r1)
(10/38) Purging llvm18-linker-tools (18.1.8-r1)
(11/38) Purging libffi-dev (3.4.6-r0)
(12/38) Purging linux-headers (6.6-r1)
(13/38) Purging zlib-dev (1.3.1-r2)
(14/38) Purging zstd-dev (1.5.6-r1)
(15/38) Purging zstd (1.5.6-r1)
(16/38) Purging llvm18-test-utils-pyc (18.1.8-r1)
(17/38) Purging llvm18-test-utils (18.1.8-r1)
(18/38) Purging python3-pyc (3.12.7-r1)
(19/38) Purging python3-pycache-pyc0 (3.12.7-r1)
(20/38) Purging pyc (3.12.7-r1)
(21/38) Purging python3 (3.12.7-r1)
(22/38) Purging llvm18-libs (18.1.8-r1)
(23/38) Purging samurai (1.2-r6)
(24/38) Purging gdbm (1.24-r0)
(25/38) Purging git-perl (2.46.2-r0)
(26/38) Purging perl-git (2.46.2-r0)
(27/38) Purging perl-error (0.17029-r2)
(28/38) Purging perl (5.40.0-r3)
(29/38) Purging libarchive (3.7.7-r0)
(30/38) Purging libbz2 (1.0.8-r6)
(31/38) Purging libffi (3.4.6-r0)
(32/38) Purging libpanelw (6.5_p20241006-r2)
(33/38) Purging libuv (1.49.2-r0)
(34/38) Purging libxml2 (2.13.4-r3)
(35/38) Purging mpdecimal (4.0.0-r0)
(36/38) Purging rhash-libs (1.4.5-r0)
(37/38) Purging sqlite-libs (3.47.0-r0)
(38/38) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r5.trigger
OK: 271 MiB in 101 packages
>>> clazy: Updating the community/armv7 repository index...
>>> clazy: Signing the index...