Author: Aaron Ballman
Date: 2025-05-14T10:22:36-04:00
New Revision: 3302f9f63d1cba91b260212992caf6c895582f3b

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

LOG: Move release note to a better spot; NFC

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 191cb5e95f125..5748339015906 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -525,9 +525,6 @@ Improvements to Clang's diagnostics
 
 - Fixed a duplicate diagnostic when performing typo correction on function 
template
   calls with explicit template arguments. (#GH139226)
-
-- An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses 
have an
-  argument larger than what can fit within a 64-bit integer.
   
 - Explanatory note is printed when ``assert`` fails during evaluation of a
   constant expression. Prior to this, the error inaccurately implied that 
assert
@@ -950,6 +947,8 @@ OpenMP Support
   a crash if the next token after ``metadirective`` was a paren, bracket, or
   brace. The other was if the next token after the meta directive was not an
   open parenthesis. (#GH139665)
+- An error is now emitted when OpenMP ``collapse`` and ``ordered`` clauses have
+  an argument larger than what can fit within a 64-bit integer.
 
 Improvements
 ^^^^^^^^^^^^


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to