| commit | 0781ce7cce39214b3d860934be70ea1619dedcc1 | [log] [tgz] |
|---|---|---|
| author | Anders Carlsson <andersca@mac.com> | Thu Apr 23 02:32:43 2009 +0000 |
| committer | Anders Carlsson <andersca@mac.com> | Thu Apr 23 02:32:43 2009 +0000 |
| tree | 88dc7fc6c53803267496252e4fdf63383fd0504d | |
| parent | 22b0ada8cf3b1c0c73714bb2079cb3ade62b43cb [diff] |
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