summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2019-01-10 19:12:39 +0000
committerNick Desaulniers <ndesaulniers@google.com>2019-01-10 19:12:39 +0000
commit2c8a83b312df12ea7c66fc1282664c5877aeff1f (patch)
tree1645f2c557baa72e9f4ab62ce8d458959d47cf0d /docs
parent23a55bd3f5c9f0483b82f4ecd489d3c0284d34b9 (diff)
[SemaCXX] add -Woverride-init alias to -Winitializer-overrides
Summary: https://bugs.llvm.org/show_bug.cgi?id=40251 https://github.com/ClangBuiltLinux/linux/issues/307 Reviewers: rsmith Reviewed By: rsmith Subscribers: cfe-commits, nathanchance, srhines Differential Revision: https://reviews.llvm.org/D56522 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@350877 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/DiagnosticsReference.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/DiagnosticsReference.rst b/docs/DiagnosticsReference.rst
index 94502f9c49..e8f754ac85 100644
--- a/docs/DiagnosticsReference.rst
+++ b/docs/DiagnosticsReference.rst
@@ -7885,6 +7885,10 @@ This diagnostic is enabled by default.
| |+---------------------+|
+-----------------------------------------------------------------------------------------------+-----------------------+
+-Woverride-init
+--------------
+Synonym for `-Winitializer-overrides`_.
+
-Woverride-module
-----------------