commit | e60e5d3eb3d09bde80882f60abc69e28ced874c6 | [log] [tgz] |
---|---|---|
author | Douglas Gregor <doug.gregor@gmail.com> | Thu Nov 06 22:13:31 2008 +0000 |
committer | Douglas Gregor <doug.gregor@gmail.com> | Thu Nov 06 22:13:31 2008 +0000 |
tree | 2776b50f5ad1ceafd1aae9a31001b6b1a3f9dd5d | |
parent | 444bb8bc368f69b6240fb7c2bc6a5bdd289f8fec [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". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58817 91177308-0d34-0410-b5e6-96231b3b80d8