[clang] 4743c03 - [Docs] Add release notes for D146089.
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 17 09:03:26 PDT 2023
Author: Craig Topper
Date: 2023-03-17T09:03:08-07:00
New Revision: 4743c03ca8fcb61b8fa4022c38cf93cf55d7f6fd
URL: https://github.com/llvm/llvm-project/commit/4743c03ca8fcb61b8fa4022c38cf93cf55d7f6fd
DIFF: https://github.com/llvm/llvm-project/commit/4743c03ca8fcb61b8fa4022c38cf93cf55d7f6fd.diff
LOG: [Docs] Add release notes for D146089.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 8d8be6780a47..24f5b622249d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -209,6 +209,9 @@ Bug Fixes in This Version
function context.
(`#37792 <https://github.com/llvm/llvm-project/issues/37792>`_) and
(`#48405 <https://github.com/llvm/llvm-project/issues/48405>`_)
+- Fix crash when using ``[[clang::always_inline]]`` or ``[[clang::noinline]]``
+ statement attributes on a call to a template function in the body of a
+ template function.
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the cfe-commits
mailing list