[clang-tools-extra] r306719 - [clang-tidy] Add docs to toctree

Yan Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 29 11:44:28 PDT 2017


Author: yawanng
Date: Thu Jun 29 11:44:28 2017
New Revision: 306719

URL: http://llvm.org/viewvc/llvm-project?rev=306719&view=rev
Log:
[clang-tidy] Add docs to toctree

Summary: Add .rst files to toctree. Fix buildbot error.

Reviewers: chh

Reviewed By: chh

Subscribers: srhines, JDevlieghere, xazax.hun

Differential Revision: https://reviews.llvm.org/D34825

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst?rev=306719&r1=306718&r2=306719&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/list.rst Thu Jun 29 11:44:28 2017
@@ -4,6 +4,8 @@ Clang-Tidy Checks
 =================
 
 .. toctree::
+   android-cloexec-creat
+   android-cloexec-fopen
    android-file-open-flag
    boost-use-to-string
    cert-dcl03-c (redirects to misc-static-assert) <cert-dcl03-c>




More information about the cfe-commits mailing list