[llvm-branch-commits] [clang] Add release note for #184718. (PR #185974)

Yanzuo Liu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 2 01:11:00 PDT 2026


https://github.com/zwuis updated https://github.com/llvm/llvm-project/pull/185974

>From 72642e135f397ec4662f77aaabee7a10eb744e16 Mon Sep 17 00:00:00 2001
From: Richard Smith <richard at metafoo.co.uk>
Date: Wed, 11 Mar 2026 21:01:17 +0000
Subject: [PATCH] Add release note for #184718.

---
 clang/docs/ReleaseNotes.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 3617786f09595..98516bc252897 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -322,6 +322,7 @@ Bug Fixes in This Version
 - Fixed a crash when parsing ``#pragma clang attribute`` arguments for attributes that forbid arguments. (#GH182122)
 - Fixed a bug with multiple-include optimization (MIOpt) state not being preserved in some cases during lexing, which could suppress header-guard mismatch diagnostics and interfere with include-guard optimization. (#GH180155)
 - Fixed a crash when normalizing constraints involving concept template parameters whose index coincided with non-concept template parameters in the same parameter mapping.
+- Fixed a crash when invoking clang with ``--`` followed by an empty file name. (#GH184718)
 
 Bug Fixes to Compiler Builtins
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



More information about the llvm-branch-commits mailing list