summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCXXCast.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement C++ semantics for C-style and functional-style casts. This ↵Sebastian Redl2009-07-251-507/+620
| | | | | | | | regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. Add custom conversions to static_cast. llvm-svn: 77076
* Rename file in preparation of properly implementing C-style casts in C++.Sebastian Redl2009-07-181-0/+932
llvm-svn: 76318
OpenPOWER on IntegriCloud