summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaNamedCast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename file in preparation of properly implementing C-style casts in C++.Sebastian Redl2009-07-181-932/+0
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-18/+18
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-10/+10
* Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>().Ted Kremenek2009-07-171-2/+2
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-6/+6
* Reflow some comments.Mike Stump2009-05-161-3/+3
* Implement C++0x nullptr.Sebastian Redl2009-05-101-3/+17
* Replace more release+static_cast with takeAs.Anders Carlsson2009-05-011-1/+1
* Fix a few isObjectTypes that really need to be isIncompleteOrObjectDouglas Gregor2009-03-241-1/+1
* Implement static_cast from lvalue to rvalue reference.Sebastian Redl2009-03-221-0/+39
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-7/+25
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-12/+13
* Rename DiagnoseIncompleteType to RequireCompleteType, and update the document...Douglas Gregor2009-03-091-2/+2
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-1/+1
* Overhaul of Stmt allocation:Ted Kremenek2009-02-071-8/+8
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+0
* Implement pointer to member handling in static_cast.Sebastian Redl2009-01-281-2/+65
* Add handling of member pointers to reinterpret_cast.Sebastian Redl2009-01-271-15/+40
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Add support for member pointers to const_cast.Sebastian Redl2009-01-261-2/+6
* Centralize error reporting of improper uses of incomplete types in theDouglas Gregor2009-01-191-8/+6
* Delay semantic analysis of the C++ names casts when the subexpression is type...Douglas Gregor2008-12-171-4/+12
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-40/+25
* remove another old-school Diag method.Chris Lattner2008-11-201-5/+6
* start converting Sema over to using its canonical Diag method.Chris Lattner2008-11-181-58/+63
* Move named cast helpers out of Sema, as Chris requested. This requirse making...Sebastian Redl2008-11-081-103/+146
* Greatly improve static_cast diagnosticsSebastian Redl2008-11-071-62/+109
* Sema-check virtual declarations. Complete dynamic_cast checking.Sebastian Redl2008-11-061-1/+6
* Improve assert messages.Sebastian Redl2008-11-051-2/+2
* Move named cast sema functions to their own file.Sebastian Redl2008-11-051-0/+677
OpenPOWER on IntegriCloud