summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGObjCMac.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-11-18 23:14:02 +0000
committerDouglas Gregor <dgregor@apple.com>2008-11-18 23:14:02 +0000
commit436424cfa5855b6782030c307911d42a6605c08c (patch)
tree2ff5f630154f6467a4e0e9b2da2d141c74316cd9 /clang/lib/CodeGen/CGObjCMac.cpp
parentd8e312d11f46adbed805ba233a808d719cbb5e2b (diff)
downloadbcm5719-llvm-436424cfa5855b6782030c307911d42a6605c08c.tar.gz
bcm5719-llvm-436424cfa5855b6782030c307911d42a6605c08c.zip
Partial expansion of C++ operator overloading (for binary operators)
to support operators defined as member functions, e.g., struct X { bool operator==(X&); }; Overloading with non-member operators is supported, and the special rules for the implicit object parameter (e.g., the ability for a non-const *this to bind to an rvalue) are implemented. This change also refactors and generalizes the code for adding overload candidates for overloaded operator calls (C++ [over.match.expr]), both to match the rules more exactly (name lookup of non-member operators actually ignores member operators) and to make this routine more reusable for the other overloaded operators. Testing for the initialization of the implicit object parameter is very light. More tests will come when we get support for calling member functions directly (e.g., o.m(a1, a2)). llvm-svn: 59564
Diffstat (limited to 'clang/lib/CodeGen/CGObjCMac.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud