]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable clang-format for Local IPv6 Unicast Addresses strings
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 05:40:41 +0000 (07:40 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 05:48:08 +0000 (05:48 +0000)
commitac81fe0e8dc0ccdd4f63d0ce7363673632758cc1
tree68955827487b0db5abe796511978f4a284fb3513
parent054217b34072631bc2d7d1e96388d1d4b2fb0d07
Disable clang-format for Local IPv6 Unicast Addresses strings

The LSP server (using clangd) was always complaining about:

    Suspicious string literal, probably missing a comma

for the two Local IPv6 Unicast Addresses strings that spanned
across multiple lines.  Disable clang-format for these two lines.

(cherry picked from commit 6b7c99027d0253ac7e4b7ec83aa96dbcc70fb3ba)
bin/named/server.c