Add a CXXConstructExpr that represents an implicit call to a C++ constructor. I think CXXTemporaryObjectExpr is going to become a subclass of CXXConstructExpr, since CXXTemporaryObjectExpr represents a syntactic temporary, for example T()

llvm-svn: 69854
4 files changed
tree: 88dc7fc6c53803267496252e4fdf63383fd0504d
  1. clang/
  2. llvm/