[PATCH] D117666: [docs] Put define DEBUG_TYPE after include directives.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 19 05:39:20 PST 2022
HsiangKai created this revision.
HsiangKai added a reviewer: dexonsmith.
HsiangKai requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D117666
Files:
llvm/docs/ProgrammersManual.rst
Index: llvm/docs/ProgrammersManual.rst
===================================================================
--- llvm/docs/ProgrammersManual.rst
+++ llvm/docs/ProgrammersManual.rst
@@ -1263,7 +1263,7 @@
.. code-block:: c++
- #define DEBUG_TYPE "mypassname" // This goes before any #includes.
+ #define DEBUG_TYPE "mypassname" // This goes after any #includes.
STATISTIC(NumXForms, "The # of times I did stuff");
The ``STATISTIC`` macro defines a static variable, whose name is specified by
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117666.401195.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220119/4146abdb/attachment.bin>
More information about the llvm-commits
mailing list