diff options
| author | Stefanus Du Toit <stefanus.du.toit@intel.com> | 2013-04-02 20:18:18 +0000 |
|---|---|---|
| committer | Stefanus Du Toit <stefanus.du.toit@intel.com> | 2013-04-02 20:18:18 +0000 |
| commit | af4549d64c95a24183eee53fb7b98c5aa2cbe312 (patch) | |
| tree | c68d6d497f2c8cdf2cd7162342b5d7dec35a7383 | |
| parent | 3905296d4ff2a775b44116eb8c1a463206edddd5 (diff) | |
| download | bcm5719-llvm-af4549d64c95a24183eee53fb7b98c5aa2cbe312.tar.gz bcm5719-llvm-af4549d64c95a24183eee53fb7b98c5aa2cbe312.zip | |
Update assertion string to new name of ArithAssignBinaryOperator
llvm-svn: 178572
| -rw-r--r-- | clang/include/clang/AST/Expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Expr.h b/clang/include/clang/AST/Expr.h index 377d00e161f..36d70d8b0b7 100644 --- a/clang/include/clang/AST/Expr.h +++ b/clang/include/clang/AST/Expr.h @@ -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. |

