diff options
author | Artem Belevich <tra@google.com> | 2015-05-06 18:20:23 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2015-05-06 18:20:23 +0000 |
commit | ba558951d80b36a62a4a24cd4a0708a39504bf78 (patch) | |
tree | 1218b313c075e3953bcf974d16896937309bf585 /clang/lib/Driver/Tools.h | |
parent | c99d2fadb59254eca921a8fa97a0e2d69122ef12 (diff) | |
download | bcm5719-llvm-ba558951d80b36a62a4a24cd4a0708a39504bf78.tar.gz bcm5719-llvm-ba558951d80b36a62a4a24cd4a0708a39504bf78.zip |
[driver] Cosmetic change to use Input instead of Inputs[0].
Differential Revision: http://reviews.llvm.org/D9506
llvm-svn: 236621
Diffstat (limited to 'clang/lib/Driver/Tools.h')
-rw-r--r-- | clang/lib/Driver/Tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/Tools.h b/clang/lib/Driver/Tools.h index 33fadd17004..51dce9d2799 100644 --- a/clang/lib/Driver/Tools.h +++ b/clang/lib/Driver/Tools.h @@ -40,7 +40,7 @@ using llvm::opt::ArgStringList; class LLVM_LIBRARY_VISIBILITY Clang : public Tool { public: static const char *getBaseInputName(const llvm::opt::ArgList &Args, - const InputInfoList &Inputs); + const InputInfo &Input); static const char *getBaseInputStem(const llvm::opt::ArgList &Args, const InputInfoList &Inputs); static const char *getDependencyFileName(const llvm::opt::ArgList &Args, |