]> granicus.if.org Git - clang/commit
Add an inheritance path member variable to CastExpr. For now it's always null but...
authorAnders Carlsson <andersca@mac.com>
Fri, 23 Apr 2010 20:40:38 +0000 (20:40 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 23 Apr 2010 20:40:38 +0000 (20:40 +0000)
commit409c99edb8b623403fade6f3a9e9c86acda74455
tree5bad863ae923237bc7033fe0d19ab95fed91b5ec
parent046861b912ed72bdc364d7905180ee63e5b08870
Add an inheritance path member variable to CastExpr. For now it's always null but for derived-to-base and base-to-derived cast expressions it will contain the full base path. This is needed to avoid ambiguities.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102210 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h