[cfe-commits] r78436 - in /cfe/trunk/lib/CodeGen: CGCXX.cpp CodeGenFunction.cpp CodeGenFunction.h
Daniel Dunbar
daniel at zuster.org
Fri Aug 7 17:33:37 PDT 2009
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