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

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 11 03:43:45 PDT 2025


Author: Juan Manuel Martinez CaamaƱo
Date: 2025-07-11T12:43:40+02:00
New Revision: fa921d166a77afbf0e1c4b2e0b4c0020da21594c

URL: https://github.com/llvm/llvm-project/commit/fa921d166a77afbf0e1c4b2e0b4c0020da21594c
DIFF: https://github.com/llvm/llvm-project/commit/fa921d166a77afbf0e1c4b2e0b4c0020da21594c.diff

LOG: [Clang][Doc] Add Changelog line for (#144886) (#147978)

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

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 542ddd5e6042c..4535f8881e406 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1076,6 +1076,8 @@ RISC-V Support
 CUDA/HIP Language Changes
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 
+* Provide a __device__ version of std::__glibcxx_assert_fail() in a header wrapper.
+
 CUDA Support
 ^^^^^^^^^^^^
 


        


More information about the cfe-commits mailing list