[clang] 18cf5b2 - Fixing docs build

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 27 12:16:38 PDT 2021


Author: Chris Bieneman
Date: 2021-09-27T14:16:28-05:00
New Revision: 18cf5b220d3f5e5ee1998a163764e15e56763815

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

LOG: Fixing docs build

I always forget that new line...

Added: 
    

Modified: 
    clang/docs/LanguageExtensions.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 231c20dab1ca..56e351183899 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -3951,6 +3951,7 @@ Clang supports the pragma ``#pragma clang final``, which can be used to
 mark macros as final, meaning they cannot be undef'd or re-defined. For example:
 
 .. code-block:: c
+
    #define FINAL_MACRO 1
    #pragma clang final(FINAL_MACRO)
 


        


More information about the cfe-commits mailing list