index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
overloaded-builtin-operators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an option -fshow-overloads=best|all to limit the number of overload
Jeffrey Yasskin
2010-06-11
1
-2
/
+3
*
A built-in overload candidate is consider a non-template function when
Douglas Gregor
2010-06-08
1
-0
/
+11
*
Improve the reporting of non-viable overload candidates by noting the reason
John McCall
2010-01-13
1
-2
/
+2
*
Improve the diagnostics used to report implicitly-generated class members
John McCall
2010-01-06
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Always build a builtin operator expression for the __extension__ unary operator.
Anders Carlsson
2009-11-14
1
-0
/
+3
*
For array pointee type, get its cvr qualifier from
Fariborz Jahanian
2009-11-09
1
-0
/
+10
*
Don't generate pointer types for void or base classes when finding
Douglas Gregor
2009-10-21
1
-0
/
+25
*
When overload resolution fails for an overloaded operator, show the
Douglas Gregor
2009-09-30
1
-2
/
+2
*
Implement support for equality comparisons (!=, ==) of member
Douglas Gregor
2009-08-24
1
-2
/
+32
*
Avoid using the built-in type checker for assignment in C++ when classes are ...
Sebastian Redl
2009-05-21
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Add the proper restrictions on the left-hand argument of a built-in
Douglas Gregor
2009-01-13
1
-0
/
+5
*
Enable some more operator overloading tests, and don't look into an identifie...
Douglas Gregor
2008-11-21
1
-4
/
+0
*
Support overloading of the subscript operator[], including support for
Douglas Gregor
2008-11-19
1
-0
/
+4
*
Added operator overloading for unary operators, post-increment, and
Douglas Gregor
2008-11-19
1
-1
/
+39
*
Built-in equality and relational operators have return type "bool" in C++,
Douglas Gregor
2008-11-19
1
-1
/
+14
*
Implement support for operator overloading using candidate operator
Douglas Gregor
2008-11-12
1
-0
/
+66