aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-02 22:08:09 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-02 22:08:09 +0000
commit07b39fc3892ab326505a6a1c4d115ee5de2beb3c (patch)
tree1c7967788bab28737db2389ada2bd315ef27422d
parent87abc03d3d33de1f8117104ee789a4316d8be2cc (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.cpp2
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;
}