index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaCXX
/
overloaded-builtin-operators.cpp
Age
Commit message (
Expand
)
Author
2009-11-14
Always build a builtin operator expression for the __extension__ unary operator.
Anders Carlsson
2009-11-09
For array pointee type, get its cvr qualifier from
Fariborz Jahanian
2009-10-21
Don't generate pointer types for void or base classes when finding
Douglas Gregor
2009-09-30
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-08-24
Implement support for equality comparisons (!=, ==) of member
Douglas Gregor
2009-05-21
Avoid using the built-in type checker for assignment in C++ when classes are ...
Sebastian Redl
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-13
Add the proper restrictions on the left-hand argument of a built-in
Douglas Gregor
2008-11-21
Enable some more operator overloading tests, and don't look into an identifie...
Douglas Gregor
2008-11-19
Support overloading of the subscript operator[], including support for
Douglas Gregor
2008-11-19
Added operator overloading for unary operators, post-increment, and
Douglas Gregor
2008-11-19
Built-in equality and relational operators have return type "bool" in C++,
Douglas Gregor
2008-11-12
Implement support for operator overloading using candidate operator
Douglas Gregor