Add an inheritance path member variable to CastExpr. For now it's always null...
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. llvm-svn: 102210
Loading
Please register or sign in to comment