Skip to content
Commit 0781ce7c authored by Anders Carlsson's avatar Anders Carlsson
Browse files

Add a CXXConstructExpr that represents an implicit call to a C++ constructor....

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
parent 22b0ada8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment