Go to file
Steve Naroff 185616f293 Various improvements to Sema::ParseMemberReferenceExpr().
- Added source range support to Diag's.
- Used the new type predicate API to remove dealing with the canonical
type explicitly.
- Added Type::isRecordType().
- Removed some casts.
- Removed a const qualifier from RecordType::getDecl(). 

llvm-svn: 40508
2007-07-26 03:11:44 +00:00
clang Various improvements to Sema::ParseMemberReferenceExpr(). 2007-07-26 03:11:44 +00:00
llvm Fix comments for new types. 2007-07-26 01:48:57 +00:00