]> granicus.if.org Git - clang/commit
Various improvements to Sema::ParseMemberReferenceExpr().
authorSteve Naroff <snaroff@apple.com>
Thu, 26 Jul 2007 03:11:44 +0000 (03:11 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 26 Jul 2007 03:11:44 +0000 (03:11 +0000)
commitdfa6aae5a119a527e537c35566ba3272fd8c5d74
tree065f93e8a1643dbe70a6be4938294cf3d727c38f
parent82c7e6d8215567935d3d52741ccca9876a8ea461
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().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40508 91177308-0d34-0410-b5e6-96231b3b80d8
AST/Type.cpp
Sema/SemaExpr.cpp
include/clang/AST/Type.h