[cfe-dev] A newbie question on getting operator in Expr

sirinda sxp969 at psu.edu
Fri Jun 17 22:46:34 PDT 2011


sorry, I forgot to include the following code to check if the stmt is an
expr.

// this code is inside VisitStmt(Stmt* Node) 
if (isa<Expr>(Node)) {
	Expr *expr = (Expr*)Node;
        VisitExpr(expr);

--
View this message in context: http://clang-developers.42468.n3.nabble.com/A-newbie-question-on-getting-operator-in-Expr-tp3073430p3078936.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list