diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-02 22:08:09 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-02 22:08:09 +0000 |
commit | 07b39fc3892ab326505a6a1c4d115ee5de2beb3c (patch) | |
tree | 1c7967788bab28737db2389ada2bd315ef27422d | |
parent | 87abc03d3d33de1f8117104ee789a4316d8be2cc (diff) |
80 col violation
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49120 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Analysis/GRSimpleVals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/GRSimpleVals.cpp b/lib/Analysis/GRSimpleVals.cpp index ed6372c216..03a96aacb2 100644 --- a/lib/Analysis/GRSimpleVals.cpp +++ b/lib/Analysis/GRSimpleVals.cpp @@ -262,7 +262,7 @@ static void GeneratePathDiagnostic(PathDiagnostic& PD, 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; } |