Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
337cba4b3e17b98cfa512dfd12e57f4ccb0859be
/
test
/
SemaCXX
/
overloaded-builtin-operators.cpp
a8a1e3d
Always build a builtin operator expression for the __extension__ unary operator.
by Anders Carlsson
· 16 years ago
d411b3f
For array pointee type, get its cvr qualifier from
by Fariborz Jahanian
· 16 years ago
652371a
Don't generate pointer types for void or base classes when finding
by Douglas Gregor
· 16 years ago
3307475
When overload resolution fails for an overloaded operator, show the
by Douglas Gregor
· 16 years ago
20b3e99
Implement support for equality comparisons (!=, ==) of member
by Douglas Gregor
· 16 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
· 17 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
· 17 years ago
337c6b9
Support overloading of the subscript operator[], including support for
by Douglas Gregor
· 17 years ago
7425373
Added operator overloading for unary operators, post-increment, and
by Douglas Gregor
· 17 years ago
447b69e
Built-in equality and relational operators have return type "bool" in C++,
by Douglas Gregor
· 17 years ago
eb8f306
Implement support for operator overloading using candidate operator
by Douglas Gregor
· 17 years ago