summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCXXCast.cpp
Commit message (Expand)AuthorAgeFilesLines
* More CastKind work.Anders Carlsson2009-08-071-12/+14
* Use the correct cast kind for dynamic_cast.Anders Carlsson2009-08-021-8/+11
* Add a CastKind enum to CastExpr. Right now it's not used for much but it will...Anders Carlsson2009-07-311-2/+4
* Change uses of:Ted Kremenek2009-07-291-17/+17
* Make functional-style casts emit correct messages, and fix a crash-on-invalid.Sebastian Redl2009-07-291-3/+3
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-251-507/+620
* Rename file in preparation of properly implementing C-style casts in C++.Sebastian Redl2009-07-181-0/+932
OpenPOWER on IntegriCloud