[llvm-branch-commits] [clang] 069ef0e - Add release note for #184718.
Douglas Yung via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Sep 9 20:51:53 PDT 2026
Author: Richard Smith
Date: 2026-09-10T03:51:39Z
New Revision: 069ef0e7cb36ee1fcf3bfdad31533fd79ab85b58
URL: https://github.com/llvm/llvm-project/commit/069ef0e7cb36ee1fcf3bfdad31533fd79ab85b58
DIFF: https://github.com/llvm/llvm-project/commit/069ef0e7cb36ee1fcf3bfdad31533fd79ab85b58.diff
LOG: Add release note for #184718.
Added:
Modified:
clang/docs/ReleaseNotes.md
Removed:
################################################################################
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
More information about the llvm-branch-commits
mailing list