================ @@ -128,6 +128,10 @@ Changes in existing checks <clang-tidy/checks/misc/unconventional-assign-operator>` check to avoid false positive for C++23 deducing this. +- Improved :doc:`misc-use-internal-linkage + <clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static`` keyword + before type qualifier such as ``const``, ``volatile``. ---------------- SimplyDanny wrote:
```suggestion before type qualifiers such as ``const`` and ``volatile``. ``` https://github.com/llvm/llvm-project/pull/108792 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits