| commit | c1aadb172fb6b64281386f948fce4c6a0ca98b93 | [log] [tgz] |
|---|---|---|
| author | Steve Naroff <snaroff@apple.com> | Wed Mar 28 21:49:40 2007 +0000 |
| committer | Steve Naroff <snaroff@apple.com> | Wed Mar 28 21:49:40 2007 +0000 |
| tree | d93a3705b67bd00b2dcca91f00ebb86354ba01ca | |
| parent | d9e7bd46dd70341c146ad9cf7139ae654865b6ba [diff] |
Bug #: Submitted by: Reviewed by: Finish up Sema::ParseArraySubscriptExpr. This involved: - adding a couple predicates to Type.h (isObjectType, isDerivedType). - added a diagnostic for subscripting non-object types (e.g. void (*)()). - pass the correct result type...a minor detail:-) - added some spec references to Type.h llvm-svn: 39368