diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2018-04-17 05:48:36 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2018-04-17 05:48:36 +0000 |
| commit | c4f5f605fdf9a232d86b9a3d871d79fa2876a296 (patch) | |
| tree | d76ac609f5aae41a2eca47f7d9e7aa0f852d12ce | |
| parent | a6e7bd7001ce1b2ed5067d23ac3d8c0a0698c8ea (diff) | |
| download | bcm5719-llvm-c4f5f605fdf9a232d86b9a3d871d79fa2876a296.tar.gz bcm5719-llvm-c4f5f605fdf9a232d86b9a3d871d79fa2876a296.zip | |
Fix malformed table introduced by r330174
http://lab.llvm.org:8011/builders/clang-sphinx-docs/builds/23573
llvm-svn: 330177
| -rw-r--r-- | clang/docs/DiagnosticsReference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/DiagnosticsReference.rst b/clang/docs/DiagnosticsReference.rst index ddf0ec56225..734a4590248 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`| |

