Skip to content
Commit 11d0c4c0 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

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
parent 193e4c02
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