| commit | 633caca35396864f9de09b3dae6e165d917ce698 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Mon Nov 23 23:44:04 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Mon Nov 23 23:44:04 2009 +0000 |
| tree | 2a5540826621e653e8bc0e50db0bccc8b9d7ec9c | |
| parent | 8a9fa3af6911f61fe71df752aaba6d6f292563ae [diff] |
Explicitly track the condition variable within an "if" statement, rather than burying it in a CXXConditionDeclExpr (that occassionally hides behind implicit conversions). Similar changes for switch, while, and do-while will follow, then the removal of CXXConditionDeclExpr. This commit is the canary. llvm-svn: 89717