projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e48ef2
)
Fixing docs build
author
Chris Bieneman
<chris.bieneman@me.com>
Mon, 27 Sep 2021 19:16:28 +0000
(14:16 -0500)
committer
Chris Bieneman
<chris.bieneman@me.com>
Mon, 27 Sep 2021 19:16:28 +0000
(14:16 -0500)
I always forget that new line...
clang/docs/LanguageExtensions.rst
patch
|
blob
|
history
diff --git
a/clang/docs/LanguageExtensions.rst
b/clang/docs/LanguageExtensions.rst
index 231c20dab1caa248659713c500fb328b8b91285e..56e351183899b8662a720608c8f44d0aeb45838e 100644
(file)
--- 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)