summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCast.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r145244. It causes us to create broken ASTs with missing type informationRichard Smith2011-11-291-67/+11
* Removed useless ImplicitCast nodes in explicit cstyle and static castsNicola Gigante2011-11-281-11/+67
* Fixed a cut&paste error introduced in r141336.Abramo Bagnara2011-11-151-1/+1
* Add missing lvalue-to-rvalue conversion.Eli Friedman2011-10-311-0/+6
* -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.Richard Smith2011-10-181-4/+8
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-171-44/+50
* Add a helper function for determining whether an expressionJohn McCall2011-10-171-1/+1
* Catch placeholder types in DefaultLvalueConversionJohn McCall2011-10-111-20/+24
* Rename SemaCXXCast.cpp to SemaCast.cpp.John McCall2011-10-111-0/+2065
OpenPOWER on IntegriCloud