Expand auto to improve code readability.

llvm-svn: 191272
This commit is contained in:
Rui Ueyama 2013-09-24 03:44:19 +00:00
parent b7297d695e
commit ad54b049ef
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ bool WinLinkDriver::parse(int argc, const char *argv[], PECOFFLinkingContext &ct
// Add the libraries specified by /defaultlib unless they are blacklisted by
// /nodefaultlib.
if (!ctx.getNoDefaultLibAll())
for (auto defaultLibPath : defaultLibs)
for (const StringRef defaultLibPath : defaultLibs)
if (ctx.getNoDefaultLibs().find(defaultLibPath) ==
ctx.getNoDefaultLibs().end())
inputGraph.addInputElement(std::unique_ptr<InputElement>(