]> granicus.if.org Git - clang/commit
Rename Action::begin() to Action::input_begin().
authorNico Weber <nicolasweber@gmx.de>
Tue, 23 Feb 2016 19:30:43 +0000 (19:30 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 23 Feb 2016 19:30:43 +0000 (19:30 +0000)
commit4121881553c4c8e0fb2f9edc6fddd9cf8e1bd93f
treebc04451292a977cc0c8eb4156a1b6db57327c7b7
parent544b2b7bbae5f19aa31c3714b65c3f9cfacc63e3
Rename Action::begin() to Action::input_begin().

Also introduce inputs() that reutnrs an llvm::iterator_range.
Iterating over A->inputs() is much less mysterious than
iterating over *A.  No intended behavior change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261674 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Action.h
lib/Driver/Compilation.cpp
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
lib/Tooling/CompilationDatabase.cpp