[cfe-commits] r78436 - in /cfe/trunk/lib/CodeGen: CGCXX.cpp CodeGenFunction.cpp CodeGenFunction.h
Fariborz Jahanian
fjahanian at apple.com
Fri Aug 7 18:01:33 PDT 2009
Thanks. It is fixed in http://llvm.org/viewvc/llvm-project?view=rev&revision=78448
- Fariborz
On Aug 7, 2009, at 5:33 PM, Daniel Dunbar wrote:
> Hi Fariborz,
>
> On Fri, Aug 7, 2009 at 4:51 PM, Fariborz
> Jahanian<fjahanian at apple.com> wrote:
>> + unsigned TypeQuals;
>> + if (CXXConstructorDecl *BaseCopyCtor =
>> + BaseClassDecl->getCopyConstructor(getContext(), TypeQuals)) {
>
> TypeQuals is used uninitialized here.
>
> There are also two cases where it is used uninitialized in
> CodeGenModule.cpp, in the same manner.
>
> - Daniel
More information about the cfe-commits
mailing list