Part one of handling C++ functional casts. This handles semantic
analysis and AST-building for the cases where we have N != 1 arguments. For N == 1 arguments, we need to finish the C++ implementation of explicit type casts (C++ [expr.cast]). llvm-svn: 62329
Loading
Please register or sign in to comment