Douglas Gregor wrote: > Author: dgregor > Date: Mon Oct 27 14:41:14 2008 > New Revision: 58264 > > URL: http://llvm.org/viewvc/llvm-project?rev=58264&view=rev > Log: > Refactor the expression class hierarchy for casts. Most importantly: > - CastExpr is the root of all casts > - ImplicitCastExpr is (still) used for all explicit casts > Typo here. ImplicitCastExpr is used for implicit casts.
Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
