]> granicus.if.org Git - clang/commit
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid...
authorCraig Topper <craig.topper@gmail.com>
Thu, 4 Jul 2013 03:08:24 +0000 (03:08 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 4 Jul 2013 03:08:24 +0000 (03:08 +0000)
commit09d19efaa147762f84aed55efa7930bb3616a4e5
treeaa7bb1fb61edc7c5f685118ca9e842e37da1f3ad
parent8b625a3f7764959d0a2ac3cd860ce1e168e0fc9b
Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185610 91177308-0d34-0410-b5e6-96231b3b80d8
30 files changed:
include/clang/AST/CXXInheritance.h
include/clang/Analysis/CallGraph.h
include/clang/Edit/Commit.h
include/clang/Lex/MacroInfo.h
include/clang/Sema/Overload.h
include/clang/Sema/TypoCorrection.h
include/clang/Serialization/ModuleManager.h
lib/AST/ASTDumper.cpp
lib/AST/ASTImporter.cpp
lib/AST/CXXInheritance.cpp
lib/Basic/FileManager.cpp
lib/Driver/Driver.cpp
lib/Parse/ParseAST.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Rewrite/Frontend/RewriteModernObjC.cpp
lib/Rewrite/Frontend/RewriteObjC.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Serialization/ASTWriter.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexHigh.cpp
tools/libclang/CXCursor.cpp