]> granicus.if.org Git - clang/commit
Add an assertion, fix a whole bunch of bugs, comment the assertion
authorJohn McCall <rjmccall@apple.com>
Thu, 18 Nov 2010 19:01:18 +0000 (19:01 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 18 Nov 2010 19:01:18 +0000 (19:01 +0000)
commit0943168ac126b8047f30f6bd215fbe7db14d61ba
treed4e607bc4eb0ea16a0398f41710e50ef3954e53c
parentf4bed3f768a1effac21f3089f4c05f9ab9c37fe3
Add an assertion, fix a whole bunch of bugs, comment the assertion
out because there are still bugs left.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119722 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/Sema/Sema.h
lib/AST/ExprCXX.cpp
lib/AST/ExprClassification.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
test/CodeGenObjCXX/property-derived-to-base-conv.mm
test/SemaObjCXX/propert-dot-error.mm