[clang] [Clang][Doc] Add Changelog line for (#144886) (PR #147978)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 10 07:47:35 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Juan Manuel Martinez CaamaƱo (jmmartinez)

<details>
<summary>Changes</summary>

The patch [CUDA][HIP] Add a __device__ version of std::__glibcxx_assert_fail() (#<!-- -->144886) missed a changelog line.

---
Full diff: https://github.com/llvm/llvm-project/pull/147978.diff


1 Files Affected:

- (modified) clang/docs/ReleaseNotes.rst (+2) 


``````````diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index fddfc36d302b5..c31c0ab5de96e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1038,6 +1038,8 @@ RISC-V Support
 CUDA/HIP Language Changes
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
+* Provide a __device__ version of std::__glibcxx_assert_fail() in a header wrapper.
+
 CUDA Support
 ^^^^^^^^^^^^
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/147978


More information about the cfe-commits mailing list