[clang] 180a853 - Fix indentation in ReleaseNotes.rst

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Tue May 10 11:56:46 PDT 2022


Author: Yaxun (Sam) Liu
Date: 2022-05-10T14:56:28-04:00
New Revision: 180a8536cec8e5e13e86863b17982daf95f2038a

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

LOG: Fix indentation in ReleaseNotes.rst

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index ff7b4285b7d71..9841ae5c52973 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -355,7 +355,7 @@ CUDA/HIP Language Changes in Clang
 ----------------------------------
 
 - Added `__noinline__` as a keyword to avoid diagnostics due to usage of
- `__attribute__((__noinline__))` in CUDA/HIP programs.
+  `__attribute__((__noinline__))` in CUDA/HIP programs.
 
 Objective-C Language Changes in Clang
 -------------------------------------


        


More information about the cfe-commits mailing list