From 0b7b278f69c340077c79f1ff0c0c4b8a26009df5 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Tue, 17 Apr 2018 05:48:36 +0000 Subject: [PATCH] Fix malformed table introduced by r330174 http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/23573 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330177 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DiagnosticsReference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DiagnosticsReference.rst b/docs/DiagnosticsReference.rst index ddf0ec5622..734a459024 100644 --- a/docs/DiagnosticsReference.rst +++ b/docs/DiagnosticsReference.rst @@ -7555,9 +7555,9 @@ This diagnostic is enabled by default. **Diagnostic text:** -+------------------------------------------------------------------------------------------------------------+ ++-----------------------------------------------------------------------------------------------------+ |:warning:`warning:` |nbsp| :diagtext:`default property attribute 'assign' not appropriate for object`| -+------------------------------------------------------------------------------------------------------------+ ++-----------------------------------------------------------------------------------------------------+ +--------------------------------------------------------------------------------------------------------------------+ |:warning:`warning:` |nbsp| :diagtext:`no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed`| -- 2.49.0