]> granicus.if.org Git - clang/commit
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
authorJordan Rose <jordan_rose@apple.com>
Fri, 8 Mar 2013 21:51:21 +0000 (21:51 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 8 Mar 2013 21:51:21 +0000 (21:51 +0000)
commitbea522ff43a3f11c7a2bc7949119dbb9fce19e39
tree7e720ef716401a1b50dda348b13a9b8a108e1200
parent303b96f255d61ae3dff913d777d3f40332786257
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.

No (intended) functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176726 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
include/clang/Sema/Sema.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/ExprCXX.cpp
lib/AST/LambdaMangleContext.cpp
lib/AST/Type.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/Rewrite/Frontend/RewriteModernObjC.cpp
lib/Rewrite/Frontend/RewriteObjC.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExceptionSpec.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReader.cpp