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
/
conditional-expr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve our handling of user-defined conversions as part of overload
Douglas Gregor
2010-04-17
1
-3
/
+2
*
Turn access control on by default in -cc1.
John McCall
2010-04-09
1
-1
/
+1
*
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
2010-04-02
1
-0
/
+27
*
When trying to determine whether one operand of a conditional
Douglas Gregor
2010-03-26
1
-0
/
+15
*
Switch semantic analysis of the conditional operator from using
Douglas Gregor
2010-03-26
1
-1
/
+2
*
Promote enum types during -Wsign-compare. Fixes some spurious warnings,
John McCall
2010-03-19
1
-3
/
+3
*
When pretty-printing tag types, only print the tag if we're in C (and
John McCall
2010-03-10
1
-11
/
+11
*
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-10
1
-5
/
+5
*
Chris thinks these diagnostics are better now. :)
John McCall
2010-01-12
1
-1
/
+0
*
Introduce a specific representation for the ambiguous implicit conversion
John McCall
2010-01-12
1
-8
/
+8
*
Switch initialization of parameters in a call over to
Douglas Gregor
2009-12-22
1
-6
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Turn off -Wsign-compare warnings by default
Douglas Gregor
2009-11-06
1
-1
/
+1
*
Implement the conditional-operator part of -Wsign-compare. Turn
John McCall
2009-11-05
1
-2
/
+20
*
Diagnose taking the address of a bit-field inside a conditional operator.
Anders Carlsson
2009-09-14
1
-1
/
+3
*
Implement support for equality comparisons (!=, ==) of member
Douglas Gregor
2009-08-24
1
-1
/
+1
*
Disable access control by default. It can be enabled with the -faccess-contro...
Anders Carlsson
2009-05-13
1
-1
/
+1
*
Make reference class unification in conditional expressions check for validit...
Sebastian Redl
2009-04-26
1
-5
/
+5
*
Conditional operator C++ checking complete. What issues remain are in more ge...
Sebastian Redl
2009-04-19
1
-4
/
+10
*
Bring member pointer operands of the conditional operator to a common type. W...
Sebastian Redl
2009-04-19
1
-5
/
+17
*
Another piece of the conditional operator puzzle. We'll want to use FindCompo...
Sebastian Redl
2009-04-19
1
-5
/
+5
*
Implement lvalue test for conditional expressions.
Sebastian Redl
2009-04-17
1
-13
/
+32
*
Fix a crash bug when comparing overload quality of conversion operators with ...
Sebastian Redl
2009-04-16
1
-0
/
+144