I meant that it can be quite frustrating when you've written a program in a particular programming language, but that language has changed since, and now your program is no longer a valid program in that language.
Of course clang-tidy is a silly example since it's not required to compile a program.
It's causing all kinds of false-positives with clang-tidy v21, in some
cases in system headers. In a few cases in tests/server, there was no
distinct source line that was triggering it.
Appear...
Wolf480pl
in reply to daniel:// stenberg:// • • •releasing new versions of toolchains should't be allowed
*hides*
daniel:// stenberg://
in reply to Wolf480pl • • •Wolf480pl
in reply to daniel:// stenberg:// • • •I meant that it can be quite frustrating when you've written a program in a particular programming language, but that language has changed since, and now your program is no longer a valid program in that language.
Of course clang-tidy is a silly example since it's not required to compile a program.
daniel:// stenberg://
in reply to daniel:// stenberg:// • • •clang-tidy: disable `clang-analyzer-security.ArrayBound` by vszakats · Pull Request #18422 · curl/curl
GitHubStefan Eissing
in reply to daniel:// stenberg:// • • •daniel:// stenberg://
in reply to Stefan Eissing • • •