r178572 - Update assertion string to new name of ArithAssignBinaryOperator
Stefanus Du Toit
stefanus.du.toit at intel.com
Tue Apr 2 13:18:18 PDT 2013
Author: sdt
Date: Tue Apr 2 15:18:18 2013
New Revision: 178572
URL: http://llvm.org/viewvc/llvm-project?rev=178572&view=rev
Log:
Update assertion string to new name of ArithAssignBinaryOperator
Modified:
cfe/trunk/include/clang/AST/Expr.h
Modified: cfe/trunk/include/clang/AST/Expr.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Expr.h?rev=178572&r1=178571&r2=178572&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Expr.h (original)
+++ cfe/trunk/include/clang/AST/Expr.h Tue Apr 2 15:18:18 2013
@@ -2900,7 +2900,7 @@ public:
SubExprs[LHS] = lhs;
SubExprs[RHS] = rhs;
assert(!isCompoundAssignmentOp() &&
- "Use ArithAssignBinaryOperator for compound assignments");
+ "Use CompoundAssignOperator for compound assignments");
}
/// \brief Construct an empty binary operator.
More information about the cfe-commits
mailing list