summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-11 22:00:19 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-11 22:00:19 +0000
commit18974bdc68ff8123f48526cde7b83881fdaffd47 (patch)
treee1af8c4d135087a9715d1d27cd08a36546a0c58c /clang/lib/Driver
parent7c9e4306af19477fd923f291c256154acc654855 (diff)
downloadbcm5719-llvm-18974bdc68ff8123f48526cde7b83881fdaffd47.tar.gz
bcm5719-llvm-18974bdc68ff8123f48526cde7b83881fdaffd47.zip
Fix a couple comments.
llvm-svn: 105840
Diffstat (limited to 'clang/lib/Driver')
-rw-r--r--clang/lib/Driver/Driver.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/lib/Driver/Driver.cpp b/clang/lib/Driver/Driver.cpp
index bd70982baf1..7b450709120 100644
--- a/clang/lib/Driver/Driver.cpp
+++ b/clang/lib/Driver/Driver.cpp
@@ -274,8 +274,6 @@ void Driver::PrintOptions(const ArgList &Args) const {
}
}
-// FIXME: Move -ccc options to real options in the .td file (or eliminate), and
-// then move to using OptTable::PrintHelp.
void Driver::PrintHelp(bool ShowHidden) const {
getOpts().PrintHelp(llvm::outs(), Name.c_str(), DriverTitle.c_str(),
ShowHidden);
@@ -303,7 +301,7 @@ static void PrintDiagnosticCategories(llvm::raw_ostream &OS) {
}
bool Driver::HandleImmediateArgs(const Compilation &C) {
- // The order these options are handled in in gcc is all over the place, but we
+ // The order these options are handled in gcc is all over the place, but we
// don't expect inconsistencies w.r.t. that to matter in practice.
if (C.getArgs().hasArg(options::OPT_dumpversion)) {
OpenPOWER on IntegriCloud