diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-18 01:17:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-18 01:17:01 +0000 |
commit | dddaa9cbbc8548c26c7f1dd3919d87f174117482 (patch) | |
tree | 70aa8cc63eda8ea81c1b416006ca9af04d45358c | |
parent | b2509e148cc7218c46ec46b7654eeab0eb52eb28 (diff) |
clang will hopefully never support ratfor.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64870 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Driver/clang.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index a22e0d2b90..65f0320011 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -17,7 +17,7 @@ // // TODO: Options to support: // -// -ffatal-errors +// -Wfatal-errors // -ftabstop=width // //===----------------------------------------------------------------------===// @@ -249,9 +249,6 @@ enum LangKind { langkind_objcxx_pch }; -/* TODO: GCC also accepts: - assembler, ada, f77*, ratfor (!), f95, java, treelang - */ static llvm::cl::opt<LangKind> BaseLang("x", llvm::cl::desc("Base language to compile"), llvm::cl::init(langkind_unspecified), |