[cfe-commits] Typo in RecursiveASTVisitor.h?

Craig Silverstein csilvers at google.com
Tue Dec 7 13:49:53 PST 2010


} Shouldn't it be the following:
}      #define OPERATOR(NAME) \
}          case BO_##NAME: DISPATCH(Bin##NAME, BinaryOperator, S);
} ?

Yep, sure seems like a bug to me.

craig



More information about the cfe-commits mailing list