summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-04-21 21:32:34 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-04-21 21:32:34 +0000
commited7504e65cbf5b0f5fb85af220edf2a1bae6a952 (patch)
tree2c77a382f49db26bdc6ca402f0efc1aa8919fe03
parentbbd482226e2b5929342ae17211ddd83e015ac10e (diff)
downloadbcm5719-llvm-ed7504e65cbf5b0f5fb85af220edf2a1bae6a952.tar.gz
bcm5719-llvm-ed7504e65cbf5b0f5fb85af220edf2a1bae6a952.zip
Alphabetize this one flag, just to pull it out of my patch.
llvm-svn: 129941
-rw-r--r--clang/include/clang/Driver/Options.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Options.td b/clang/include/clang/Driver/Options.td
index 9a29e349f1c..ed891c067af 100644
--- a/clang/include/clang/Driver/Options.td
+++ b/clang/include/clang/Driver/Options.td
@@ -280,6 +280,7 @@ def felide_constructors : Flag<"-felide-constructors">, Group<f_Group>;
def feliminate_unused_debug_symbols : Flag<"-feliminate-unused-debug-symbols">, Group<f_Group>;
def femit_all_decls : Flag<"-femit-all-decls">, Group<f_Group>;
def fencoding_EQ : Joined<"-fencoding=">, Group<f_Group>;
+def ferror_limit_EQ : Joined<"-ferror-limit=">, Group<f_Group>;
def fexceptions : Flag<"-fexceptions">, Group<f_Group>;
def fextdirs_EQ : Joined<"-fextdirs=">, Group<f_Group>;
def fhosted : Flag<"-fhosted">, Group<f_Group>;
@@ -419,7 +420,6 @@ def fstrict_aliasing : Flag<"-fstrict-aliasing">, Group<f_Group>;
def fstrict_overflow : Flag<"-fstrict-overflow">, Group<f_Group>;
def fsyntax_only : Flag<"-fsyntax-only">, Flags<[DriverOption]>;
def ftabstop_EQ : Joined<"-ftabstop=">, Group<f_Group>;
-def ferror_limit_EQ : Joined<"-ferror-limit=">, Group<f_Group>;
def ftemplate_depth_ : Joined<"-ftemplate-depth-">, Group<f_Group>;
def ftemplate_backtrace_limit_EQ : Joined<"-ftemplate-backtrace-limit=">,
Group<f_Group>;
OpenPOWER on IntegriCloud