]> granicus.if.org Git - clang/commitdiff
80 col violation.
authorTed Kremenek <kremenek@apple.com>
Thu, 30 Oct 2008 17:53:23 +0000 (17:53 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 30 Oct 2008 17:53:23 +0000 (17:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58441 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/SVals.cpp

index b323087f5c97cb02370ca7d51305d4ed9096153a..1fb5875693a54beb605d9b305067742d8ff688f3 100644 (file)
@@ -105,9 +105,9 @@ nonloc::ConcreteInt::EvalMinus(BasicValueFactory& BasicVals, UnaryOperator* U) c
 // Transfer function dispatch for Locs.
 //===----------------------------------------------------------------------===//
 
-SVal
-loc::ConcreteInt::EvalBinOp(BasicValueFactory& BasicVals, BinaryOperator::Opcode Op,
-                             const loc::ConcreteInt& R) const {
+SVal loc::ConcreteInt::EvalBinOp(BasicValueFactory& BasicVals,
+                                 BinaryOperator::Opcode Op,
+                                 const loc::ConcreteInt& R) const {
   
   assert (Op == BinaryOperator::Add || Op == BinaryOperator::Sub ||
           (Op >= BinaryOperator::LT && Op <= BinaryOperator::NE));