]> granicus.if.org Git - clang/commitdiff
Update assertion string to new name of ArithAssignBinaryOperator
authorStefanus Du Toit <stefanus.du.toit@intel.com>
Tue, 2 Apr 2013 20:18:18 +0000 (20:18 +0000)
committerStefanus Du Toit <stefanus.du.toit@intel.com>
Tue, 2 Apr 2013 20:18:18 +0000 (20:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178572 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Expr.h

index 377d00e161fab238b90df511de5f6ade316b5dc5..36d70d8b0b71902cdbdc6e528a6ce082f49a3f6e 100644 (file)
@@ -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.