summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Driver')
-rw-r--r--clang/lib/Driver/ArgList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/ArgList.cpp b/clang/lib/Driver/ArgList.cpp
index d2735161072..3c67f8f1e9b 100644
--- a/clang/lib/Driver/ArgList.cpp
+++ b/clang/lib/Driver/ArgList.cpp
@@ -18,7 +18,7 @@ ArgList::ArgList(const char **ArgBegin, const char **ArgEnd) {
}
ArgList::~ArgList() {
- for (iterator it = begin(), ie = end(); it != ie; ++ie)
+ for (iterator it = begin(), ie = end(); it != ie; ++it)
delete *it;
}
OpenPOWER on IntegriCloud