From c4f5f605fdf9a232d86b9a3d871d79fa2876a296 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 llvm-svn: 330177 --- clang/docs/DiagnosticsReference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst index ddf0ec5..734a459 100644 --- a/clang/docs/DiagnosticsReference.rst +++ b/clang/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.7.4