| commit | ad8a336b40370822fd95eadf2efdaa7d8122b983 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Fri Sep 04 17:36:40 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Fri Sep 04 17:36:40 2009 +0000 |
| tree | cf73874162e49f08a8294b50fcee0a97dace8c29 | |
| parent | 5673c0aacefd40f9eb760db2cb7dcfb7d7464d8d [diff] |
Implement AST, semantics, and CodeGen for C++ pseudo-destructor expressions, e.g., p->~T() when p is a pointer to a scalar type. We don't currently diagnose errors when pseudo-destructor expressions are used in any way other than by forming a call. llvm-svn: 81009