| commit | 05efa97d38caf646ebb18d897a90a527ffd9c884 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Wed Jul 01 14:36:47 2009 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Wed Jul 01 14:36:47 2009 +0000 |
| tree | bb9503e89b48346f8fab78a6fa2634070b6a4853 | |
| parent | 89141b5a79804e4cb058056dd30095c270f00e86 [diff] |
Rework Sema::CheckConditionalOperands(). No functionality change. This was necessary to simplify some other changes I'm making (wrt ObjC type cleanups). The idea is to separate the constraint checks for block pointers, ObjC pointers, and C pointers (the previous code combined them into one clause). Note: This routine will be further simplified when I integrate the ObjC type cleanups (forthcoming). llvm-svn: 74604