Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |