[PATCH] D19121: [clang-tidy] Fix documentation generation.

Etienne Bergeron via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 14 09:12:15 PDT 2016


etienneb updated this revision to Diff 53741.
etienneb added a comment.

right fix.


http://reviews.llvm.org/D19121

Files:
  docs/ReleaseNotes.rst
  docs/clang-tidy/checks/readability-deleted-default.rst

Index: docs/clang-tidy/checks/readability-deleted-default.rst
===================================================================
--- docs/clang-tidy/checks/readability-deleted-default.rst
+++ docs/clang-tidy/checks/readability-deleted-default.rst
@@ -7,6 +7,7 @@
 not actually deleted by the compiler.
 
 .. code:: c++
+
   class Example {
   public:
     // This constructor is deleted because I is missing a default value.
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -286,6 +286,7 @@
   direct base class of this kind.
 
   The check has two complementary aspects:
+
   1. Ensure every constructor for a record type needing initialization
      value-initializes all members and direct bases via a combination of
      in-class initializers and the member initializer list.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19121.53741.patch
Type: text/x-patch
Size: 885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160414/2e5e24d4/attachment-0001.bin>


More information about the cfe-commits mailing list