aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2008-11-07 13:05:39 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2008-11-07 13:05:39 +0000
commitb1ae7d985b72764f2c42bf45d6a801b600a59890 (patch)
tree94b1cfb5bf93b949c0c173c42800930c8f750fe2
parent48c2e909741a7b67ead01143edabd7b3fe42ee50 (diff)
Join two lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58847 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/PathSensitive/Store.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang/Analysis/PathSensitive/Store.h b/include/clang/Analysis/PathSensitive/Store.h
index a36d320a19..c4e21f2b19 100644
--- a/include/clang/Analysis/PathSensitive/Store.h
+++ b/include/clang/Analysis/PathSensitive/Store.h
@@ -71,9 +71,7 @@ public:
virtual SVal getLValueField(const GRState* St, SVal Base,
const FieldDecl* D) = 0;
- virtual SVal getLValueElement(const GRState* St,
- SVal Base, SVal Offset) = 0;
-
+ virtual SVal getLValueElement(const GRState* St, SVal Base, SVal Offset) = 0;
/// ArrayToPointer - Used by GRExprEngine::VistCast to handle implicit
/// conversions between arrays and pointers.