[cfe-commits] r49120 - /cfe/trunk/lib/Analysis/GRSimpleVals.cpp
Ted Kremenek
kremenek at apple.com
Wed Apr 2 15:08:09 PDT 2008
Author: kremenek
Date: Wed Apr 2 17:08:09 2008
New Revision: 49120
URL: http://llvm.org/viewvc/llvm-project?rev=49120&view=rev
Log:
80 col violation
Modified:
cfe/trunk/lib/Analysis/GRSimpleVals.cpp
Modified: cfe/trunk/lib/Analysis/GRSimpleVals.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/GRSimpleVals.cpp?rev=49120&r1=49119&r2=49120&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/GRSimpleVals.cpp (original)
+++ cfe/trunk/lib/Analysis/GRSimpleVals.cpp Wed Apr 2 17:08:09 2008
@@ -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;
}
More information about the cfe-commits
mailing list