diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -395,11 +395,6 @@ /// \version 9 bool AllowAllArgumentsOnNextLine; - /// This option is **deprecated**. See ``NextLine`` of - /// ``PackConstructorInitializers``. - /// \version 9 - bool AllowAllConstructorInitializersOnNextLine; - /// If the function declaration doesn't fit on a line, /// allow putting all parameters of a function declaration onto /// the next line even if ``BinPackParameters`` is ``false``. @@ -1883,11 +1878,6 @@ /// \version 5 bool CompactNamespaces; - /// This option is **deprecated**. See ``CurrentLine`` of - /// ``PackConstructorInitializers``. - /// \version 3.7 - bool ConstructorInitializerAllOnOneLineOrOnePerLine; - /// The number of characters to use for indentation of constructor /// initializer lists as well as inheritance lists. /// \version 3.7