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


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to