Add an inheritance path member variable to CastExpr. For now it's always null but...
commit650d862f7ddfc6215a15da62645cc5e47f93124f
authorAnders Carlsson <andersca@mac.com>
Fri, 23 Apr 2010 20:40:38 +0000 (23 20:40 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 23 Apr 2010 20:40:38 +0000 (23 20:40 +0000)
tree5bad863ae923237bc7033fe0d19ab95fed91b5ec
parent170d1b88f0c77ec5b81f22419f197cefc7b175d6
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