diff options
-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), |