As far as I can see, gcc is right to think this! The following change
will cause a nice segfault rather than undefined behaviour if this case
occurs. Someone who understands what this code is supposed to do should
probably take a proper look.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116917
91177308-0d34-0410-b5e6-
96231b3b80d8
ObjCMethodDecl *OMD = 0;
QualType Ty;
Selector Sel;
- Stmt *Receiver;
+ Stmt *Receiver = 0;
bool Super = false;
QualType SuperTy;
SourceLocation SuperLocation;