]> granicus.if.org Git - clang/commitdiff
80 col violation
authorTed Kremenek <kremenek@apple.com>
Wed, 2 Apr 2008 22:08:09 +0000 (22:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 2 Apr 2008 22:08:09 +0000 (22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49120 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/GRSimpleVals.cpp

index ed6372c216cbb44bf50dfb2b02c66d10ec8ce049..03a96aacb23c4c1b754ed961f3bdc5067f20701c 100644 (file)
@@ -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;
                 }