summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-31 23:41:50 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-31 23:41:50 +0000
commitf405d7e6f11ccbb5d69d180e3707740ab8728ade (patch)
tree72330fe0f0a1f2caae86b4a4cc543b1dc5eef99e /clang/lib/CodeGen
parentb2de5fa6891b3c1f751b26bd8d0bea978a274d54 (diff)
downloadbcm5719-llvm-f405d7e6f11ccbb5d69d180e3707740ab8728ade.tar.gz
bcm5719-llvm-f405d7e6f11ccbb5d69d180e3707740ab8728ade.zip
Eliminate CXXAdornedMemberExpr entirely. Instead, optionally allocate
space within the MemberExpr for the nested-name-specifier and its source range. We'll do the same thing with explicitly-specified template arguments, assuming I don't flip-flop again. llvm-svn: 80642
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/CGExpr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGExpr.cpp b/clang/lib/CodeGen/CGExpr.cpp
index 83f54b76eb0..48326ee832e 100644
--- a/clang/lib/CodeGen/CGExpr.cpp
+++ b/clang/lib/CodeGen/CGExpr.cpp
@@ -241,7 +241,6 @@ LValue CodeGenFunction::EmitLValue(const Expr *E) {
case Expr::ExtVectorElementExprClass:
return EmitExtVectorElementExpr(cast<ExtVectorElementExpr>(E));
case Expr::MemberExprClass:
- case Stmt::CXXAdornedMemberExprClass:
return EmitMemberExpr(cast<MemberExpr>(E));
case Expr::CompoundLiteralExprClass:
return EmitCompoundLiteralLValue(cast<CompoundLiteralExpr>(E));
OpenPOWER on IntegriCloud