Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner | 2008-11-24 | 1 | -1/+1 |
* | start converting Sema over to using its canonical Diag method. | Chris Lattner | 2008-11-18 | 1 | -2/+2 |
* | Implement semantic checking of static_cast and dynamic_cast. | Sebastian Redl | 2008-10-31 | 1 | -4/+19 |
* | Implement initialization of a reference (C++ [dcl.init.ref]) as part | Douglas Gregor | 2008-10-29 | 1 | -14/+13 |
* | Some cleanups for the ambiguous derived-to-base conversion checks | Douglas Gregor | 2008-10-24 | 1 | -42/+40 |
* | First non-embarrassing cut at checking for ambiguous derived-to-base | Douglas Gregor | 2008-10-24 | 1 | -6/+151 |
* | Clean up and document the representation of C++ base classes | Douglas Gregor | 2008-10-23 | 1 | -2/+2 |
* | Add support for conversions from a pointer-to-derived to a | Douglas Gregor | 2008-10-23 | 1 | -0/+54 |