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
*
Remove warning for conditional operands of differend signedness from -Wsign-c...
Richard Trieu
2011-07-21
1
-8
/
+15
*
Add -fcxx-exceptions to all tests that use C++ exceptions.
Anders Carlsson
2011-02-28
1
-1
/
+1
*
Pass -fexceptions to all tests that use try/catch/throw.
Anders Carlsson
2011-02-19
1
-1
/
+1
*
Fix a missed case in the NULL operand to conditional operator
Chandler Carruth
2011-02-19
1
-0
/
+2
*
Initial steps to improve diagnostics when there is a NULL and
Chandler Carruth
2011-02-18
1
-0
/
+12
*
Re-instate r123977/r123978, my updates of the reference-binding
Douglas Gregor
2011-01-24
1
-1
/
+4
*
revert r123977 and r123978 to fix PR9026.
Rafael Espindola
2011-01-22
1
-4
/
+1
*
Update the reference-binding implementation used for overload
Douglas Gregor
2011-01-21
1
-1
/
+4
*
'const std::type_info*' instead of 'std::type_info const*'
Chris Lattner
2010-09-05
1
-2
/
+2
*
Wire up '-Wignored-qualifiers' to the warning on 'const' in 'const int f()'.
Chandler Carruth
2010-07-14
1
-2
/
+2
*
Improve diagnostics for the "type qualifier on return type has no
Douglas Gregor
2010-07-13
1
-0
/
+5
*
When forming a function call or message send expression, be sure to
Douglas Gregor
2010-07-13
1
-0
/
+17
*
When performing copy initialization via user-defined conversions,
Douglas Gregor
2010-07-01
1
-1
/
+8
*
When a conditional operator is an rvalue of class type, we need to
Douglas Gregor
2010-05-19
1
-0
/
+20
*
Rearchitect -Wconversion and -Wsign-compare. Instead of computing them
John McCall
2010-05-06
1
-0
/
+17
*
When we are performing copy initialization of a class type via its
Douglas Gregor
2010-04-24
1
-2
/
+1
*
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