Skip to content
Commit 3bab3d21 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Add ExplicitCastExpr to replace the current CastExpr, and have...

Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastExpr and ExplicitCastExpr derive from a common base class (CastExpr):

Expr
  -> CastExpr
     -> ExplicitCastExpr
     -> ImplicitCastExpr 

llvm-svn: 54955
parent 3f4c68b7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment