https://github.com/dyung updated https://github.com/llvm/llvm-project/pull/185974
>From 069ef0e7cb36ee1fcf3bfdad31533fd79ab85b58 Mon Sep 17 00:00:00 2001 From: Richard Smith <[email protected]> Date: Wed, 11 Mar 2026 21:01:17 +0000 Subject: [PATCH] Add release note for #184718. --- clang/docs/ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/ReleaseNotes.md b/clang/docs/ReleaseNotes.md index 6928e8ab4bffb..d188f8a75429a 100644 --- a/clang/docs/ReleaseNotes.md +++ b/clang/docs/ReleaseNotes.md @@ -843,6 +843,7 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the - Clang now defines the GCC-compatible predefined macro `__SIG_ATOMIC_TYPE__`. (#GH213895) - Fix a crash in addUnsizedArray due assert not verifying we have a Base before doing checks on it. (#GH44212) - Fixed an assertion that could occur when rebuilding parenthesized list initialization expressions during template instantiation or AST transformation. +- Fixed a crash when invoking clang with `--` followed by an empty file name. (#GH184718) #### Bug Fixes to Compiler Builtins _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
