| commit | 133587f08b61e37f50c9b4bc6bb8392cf791fdf6 | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Tue Apr 19 18:51:51 2011 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Tue Apr 19 18:51:51 2011 +0000 |
| tree | 2e3fb0742155c50e154c19340348fb1121341051 | |
| parent | 9ef4563c2af74ae6ff9789ecf0646104c995b821 [diff] |
Add a new expression classification, CL_AddressableVoid CL_AddressableVoid is the expression classification used for void expressions whose address can be taken, i.e. the result of [], * or void variable references in C, as opposed to things like the result of a void function call. llvm-svn: 129783