From: Nick Lewycky Date: Thu, 21 Apr 2011 21:32:34 +0000 (+0000) Subject: Alphabetize this one flag, just to pull it out of my patch. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=723b1782460bc448d9d865e9b828c09d26a50964;p=clang Alphabetize this one flag, just to pull it out of my patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129941 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 9a29e349f1..ed891c067a 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -280,6 +280,7 @@ def felide_constructors : Flag<"-felide-constructors">, Group; def feliminate_unused_debug_symbols : Flag<"-feliminate-unused-debug-symbols">, Group; def femit_all_decls : Flag<"-femit-all-decls">, Group; def fencoding_EQ : Joined<"-fencoding=">, Group; +def ferror_limit_EQ : Joined<"-ferror-limit=">, Group; def fexceptions : Flag<"-fexceptions">, Group; def fextdirs_EQ : Joined<"-fextdirs=">, Group; def fhosted : Flag<"-fhosted">, Group; @@ -419,7 +420,6 @@ def fstrict_aliasing : Flag<"-fstrict-aliasing">, Group; def fstrict_overflow : Flag<"-fstrict-overflow">, Group; def fsyntax_only : Flag<"-fsyntax-only">, Flags<[DriverOption]>; def ftabstop_EQ : Joined<"-ftabstop=">, Group; -def ferror_limit_EQ : Joined<"-ferror-limit=">, Group; def ftemplate_depth_ : Joined<"-ftemplate-depth-">, Group; def ftemplate_backtrace_limit_EQ : Joined<"-ftemplate-backtrace-limit=">, Group;