commit | 33d03a52f06fed87144146bb5d9da1174a3bf847 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Wed Apr 02 22:08:09 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Wed Apr 02 22:08:09 2008 +0000 |
tree | be838bcb818fdf6f3a53d647abf8543526fe0748 | |
parent | 744fb6d9e7dad1361718d5aac64190ff6426741e [diff] [blame] |
80 col violation llvm-svn: 49120
diff --git a/clang/lib/Analysis/GRSimpleVals.cpp b/clang/lib/Analysis/GRSimpleVals.cpp index ed6372c..03a96aa 100644 --- a/clang/lib/Analysis/GRSimpleVals.cpp +++ b/clang/lib/Analysis/GRSimpleVals.cpp
@@ -262,7 +262,7 @@ if (!E->isIntegerConstantExpr(V2, Ctx, 0, true)) { assert (false && - "Case condition (RHS) must evaluate to an integer constant."); + "Case condition (RHS) must evaluate to an integer constant."); continue; }