summaryrefslogtreecommitdiff
path: root/tools/driver/driver.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-03-26 23:25:41 +0000
committerChad Rosier <mcrosier@apple.com>2013-03-26 23:25:41 +0000
commit7020346e4137375d41fc4ac70bfda06e2c724444 (patch)
tree67ed9a3b31050da719b1369dd9f07ba4e35d0af9 /tools/driver/driver.cpp
parente79ce292d93f955c1219c3977c02199bd3dc6544 (diff)
downloadclang-7020346e4137375d41fc4ac70bfda06e2c724444.tar.gz
clang-7020346e4137375d41fc4ac70bfda06e2c724444.tar.bz2
clang-7020346e4137375d41fc4ac70bfda06e2c724444.tar.xz
Remove a FIXME that's not planned to be fixed. We only generated crash
diagnostics for the first failing command. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver/driver.cpp')
-rw-r--r--tools/driver/driver.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/driver/driver.cpp b/tools/driver/driver.cpp
index c8790177b3..4c40da3080 100644
--- a/tools/driver/driver.cpp
+++ b/tools/driver/driver.cpp
@@ -489,9 +489,6 @@ int main(int argc_, const char **argv_) {
// In these cases, generate additional diagnostic information if possible.
if (CommandRes < 0 || CommandRes == 70) {
TheDriver.generateCompilationDiagnostics(*C, FailingCommand);
-
- // FIXME: generateCompilationDiagnostics() needs to be tested when there
- // are multiple failing commands.
break;
}
}