summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-02-17 18:27:45 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-02-17 18:27:45 +0000
commitece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4 (patch)
tree81f44c95a708960398439ee72cb2c00c272e5cb1 /clang/lib/Sema/SemaExpr.cpp
parent89f908b883292b76c87de5e4f80ed56e6fdb9aba (diff)
downloadbcm5719-llvm-ece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4.tar.gz
bcm5719-llvm-ece8582ca2cbb4b5bb81ed1f8c3b04c6442c27f4.zip
Renamed ASQualType to ExtQualType to reflect its more
general use; as for, objc2's gc type attributes. No change in functionality. llvm-svn: 64778
Diffstat (limited to 'clang/lib/Sema/SemaExpr.cpp')
-rw-r--r--clang/lib/Sema/SemaExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExpr.cpp b/clang/lib/Sema/SemaExpr.cpp
index 0a61fe40c37..2aa534e24c9 100644
--- a/clang/lib/Sema/SemaExpr.cpp
+++ b/clang/lib/Sema/SemaExpr.cpp
@@ -2459,7 +2459,7 @@ Sema::CheckPointerTypesForAssignment(QualType lhsType, QualType rhsType) {
// C99 6.5.16.1p1: This following citation is common to constraints
// 3 & 4 (below). ...and the type *pointed to* by the left has all the
// qualifiers of the type *pointed to* by the right;
- // FIXME: Handle ASQualType
+ // FIXME: Handle ExtQualType
if (!lhptee.isAtLeastAsQualifiedAs(rhptee))
ConvTy = CompatiblePointerDiscardsQualifiers;
OpenPOWER on IntegriCloud