From e6a18409a80f0f50f655d20c863ed2c64b942c1d Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Thu, 10 Jan 2019 19:26:35 +0000 Subject: [PATCH] fixup: sphinx warning Fixes the sphinx warning: tools/clang/docs/DiagnosticsReference.rst:7889: WARNING: Title underline too short. That I just introduced in r350877. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350878 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DiagnosticsReference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DiagnosticsReference.rst b/docs/DiagnosticsReference.rst index e8f754ac85..7d9b1e8359 100644 --- a/docs/DiagnosticsReference.rst +++ b/docs/DiagnosticsReference.rst @@ -7886,7 +7886,7 @@ This diagnostic is enabled by default. +-----------------------------------------------------------------------------------------------+-----------------------+ -Woverride-init --------------- +--------------- Synonym for `-Winitializer-overrides`_. -- 2.50.1