]> granicus.if.org Git - clang/commit
Removed an unnecessary arguement passed to InitializeVarWithConstructor
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 28 Oct 2009 18:41:06 +0000 (18:41 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 28 Oct 2009 18:41:06 +0000 (18:41 +0000)
commitc0fcce461435fb906fbc0352484d0011a3c2957c
tree65138902ca2142514069ce3352923fda9e518ea4
parenta662e0528701deab69d5d92d86c3bf92e22463d1
Removed an unnecessary arguement passed to InitializeVarWithConstructor
which should come from the variable and wasn't correct for arrays in any case.
No change in functionality.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85415 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp