| commit | 5939b16135daffa4b132226b6e4ff596588834c3 | [log] [tgz] |
|---|---|---|
| author | John McCall <rjmccall@apple.com> | Sat Aug 06 07:30:58 2011 +0000 |
| committer | John McCall <rjmccall@apple.com> | Sat Aug 06 07:30:58 2011 +0000 |
| tree | fb46a23bfee2973d2318b03617cfb3a0eab4c6ce | |
| parent | 6d45a01b67df7e4e1b88bec8bc724a46caefb1a5 [diff] |
Do l-value conversion, etc., on a switch condition expression in ActOnStartOfSwitchStmt (i.e. before binding up a full-expression) instead of ActOnFinishSwitchStmt. Among other things, this means that property l-values are properly converted inside the full-expression. llvm-svn: 137014