[cfe-commits] r58264 - in /cfe/trunk: Driver/RewriteObjC.cpp include/clang/AST/Expr.h include/clang/AST/ExprCXX.h include/clang/AST/StmtNodes.def include/clang/Parse/Action.h lib/AST/Expr.cpp lib/AST/ExprCXX.cpp lib/AST/StmtDumper.cpp lib/AST/Stm

Doug Gregor doug.gregor at gmail.com
Mon Oct 27 12:48:56 PDT 2008


On Mon, Oct 27, 2008 at 3:47 PM, Ted Kremenek <kremenek at apple.com> wrote:
>
> On Oct 27, 2008, at 12:41 PM, Douglas Gregor wrote:
>
>>  - ImplicitCastExpr is (still) used for all explicit casts
>
>
> Hi Doug,
>
> Did you mean "implicit casts"? (s/explicit/implicit/)

Argh! Yes. The role of ImplicitCastExpr hasn't changed at all; it's
still there for all of the implicit casts.

  - Doug



More information about the cfe-commits mailing list