]> granicus.if.org Git - clang/commit
Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 22:00:13 +0000 (22:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 22:00:13 +0000 (22:00 +0000)
commit7e4953e5c60409007545288f14b430bd23d68570
tree455f1436634404fe503dca98db4e51c998e31346
parentc72cc5072cdc1a1a6e05f9d0f962f293a69248c4
Driver: Fix arg_iterator typing to reflect that it is really an iterator over Arg*s.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105838 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ArgList.h
lib/Driver/ArgList.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
tools/driver/cc1as_main.cpp