]> granicus.if.org Git - clang/commit
Fixes a rewriting bug where order of constructor expression arguments did not match
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 11 Feb 2010 23:35:57 +0000 (23:35 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 11 Feb 2010 23:35:57 +0000 (23:35 +0000)
commitbab71685568085b635f077ee5720d22dffab84be
treeae2ee049562357cc6d8a53c0b1f772d86d05141e
parent4dffad64c5c7106dc5ac506be94944299c8f7bc3
Fixes a rewriting bug where order of constructor expression arguments did not match
order of constructor arguments (all block API specific). This was exposed only in
a large block literal expression in a large file where PtrSet container size
execceded its limit and required reallocation.  Fixes radar 7638294

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95936 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/RewriteObjC.cpp