| commit | 11d0c4c0985fc37a844c0c3033db9f49291e2e1f | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Thu Nov 06 22:13:31 2008 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Thu Nov 06 22:13:31 2008 +0000 |
| tree | 4437dd5182125f02765bdb5e19309bd3cacf0e1f | |
| parent | 193e4c025efda046c3db4be1efb098a491767ff9 [diff] |
Parsing, ASTs, and semantic analysis for the declaration of overloaded operators in C++. Overloaded operators can be called directly via their operator-function-ids, e.g., "operator+(foo, bar)", but we don't yet implement the semantics of operator overloading to handle, e.g., "foo + bar". llvm-svn: 58817