[all-commits] [llvm/llvm-project] c2eb89: [Clang] improve -Wstring-concatenation to warn on ...
Oleksandr T. via All-commits
all-commits at lists.llvm.org
Mon Aug 18 14:11:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2eb895c200220c8a870b046c5b05957131b40e2
https://github.com/llvm/llvm-project/commit/c2eb895c200220c8a870b046c5b05957131b40e2
Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
Date: 2025-08-19 (Tue, 19 Aug 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaDecl.cpp
M clang/test/Sema/string-concat.c
Log Message:
-----------
[Clang] improve -Wstring-concatenation to warn on every missing comma in initializer lists (#154018)
Fixes #153745
---
This PR addresses a limitation in `-Wstring-concatenation`, where only
the first missing comma in an initializer list was diagnosed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list