]> granicus.if.org Git - clang/commit
Use arrays and SmallVectors instead of std::vectors when building function
authorJohn McCall <rjmccall@apple.com>
Sun, 15 May 2011 01:53:33 +0000 (01:53 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 15 May 2011 01:53:33 +0000 (01:53 +0000)
commit0774cb84719f2aea3016493a2bbd9a02aa3e0541
tree2ef33101309581581e0d43bb1b87291b9c5cd4a3
parent1493e2369cb426da9d916949f45e62a6e6ac5ab4
Use arrays and SmallVectors instead of std::vectors when building function
types.  Also, cache a translation of 'void' in CGM and provide a ptrdiff_t
alias.  No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h