Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c9471b0ff1815ed0149dbfcad0f385ed8648eeb0
/
test
/
SemaCXX
/
overloaded-builtin-operators.cpp
2fdc5e8
Many of the built-in operator candidates introduced into overload
by Douglas Gregor
· 14 years ago
fec56e7
When producing overload candidates for binary built-in operators, keep
by Douglas Gregor
· 14 years ago
5edbdcc
Add an option -fshow-overloads=best|all to limit the number of overload
by Jeffrey Yasskin
· 15 years ago
ccd4713
A built-in overload candidate is consider a non-template function when
by Douglas Gregor
· 15 years ago
220ccbf
Improve the reporting of non-viable overload candidates by noting the reason
by John McCall
· 15 years ago
b1622a1
Improve the diagnostics used to report implicitly-generated class members
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
a8a1e3d
Always build a builtin operator expression for the __extension__ unary operator.
by Anders Carlsson
· 15 years ago
d411b3f
For array pointee type, get its cvr qualifier from
by Fariborz Jahanian
· 15 years ago
652371a
Don't generate pointer types for void or base classes when finding
by Douglas Gregor
· 15 years ago
3307475
When overload resolution fails for an overloaded operator, show the
by Douglas Gregor
· 15 years ago
20b3e99
Implement support for equality comparisons (!=, ==) of member
by Douglas Gregor
· 15 years ago
8593c78
Avoid using the built-in type checker for assignment in C++ when classes are involved. Patch by Vyacheslav Kononenko.
by Sebastian Redl
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
88b4bf2
Add the proper restrictions on the left-hand argument of a built-in
by Douglas Gregor
· 16 years ago
4fcd399
Enable some more operator overloading tests, and don't look into an identifier for functions that might not have one
by Douglas Gregor
· 16 years ago
337c6b9
Support overloading of the subscript operator[], including support for
by Douglas Gregor
· 16 years ago
7425373
Added operator overloading for unary operators, post-increment, and
by Douglas Gregor
· 16 years ago
447b69e
Built-in equality and relational operators have return type "bool" in C++,
by Douglas Gregor
· 16 years ago
eb8f306
Implement support for operator overloading using candidate operator
by Douglas Gregor
· 16 years ago