r359916 - Attempt to fix the clang-sphinx-docs bot after r358797

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri May 3 11:54:18 PDT 2019


Author: nico
Date: Fri May  3 11:54:18 2019
New Revision: 359916

URL: http://llvm.org/viewvc/llvm-project?rev=359916&view=rev
Log:
Attempt to fix the clang-sphinx-docs bot after r358797

Modified:
    cfe/trunk/docs/analyzer/checkers.rst

Modified: cfe/trunk/docs/analyzer/checkers.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/analyzer/checkers.rst?rev=359916&r1=359915&r2=359916&view=diff
==============================================================================
--- cfe/trunk/docs/analyzer/checkers.rst (original)
+++ cfe/trunk/docs/analyzer/checkers.rst Fri May  3 11:54:18 2019
@@ -340,7 +340,7 @@ optin
 Checkers for portability, performance or coding style specific rules.
 
 optin.cplusplus.UninitializedObject (C++)
-"""""""""""""""""""""""""""""""""""
+"""""""""""""""""""""""""""""""""""""""""
 
 This checker reports uninitialized fields in objects created after a constructor
 call. It doesn't only find direct uninitialized fields, but rather makes a deep




More information about the cfe-commits mailing list