summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BasicStore.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-03-30 05:55:46 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-03-30 05:55:46 +0000
commita865b79f871cb894efe42bed04b818c9c1f13570 (patch)
treede7c1c70b44ff0e7738c23e657a0a521d4ead66a /clang/lib/Analysis/BasicStore.cpp
parentb92a76ff4f81df71562f3c07697555013e044eec (diff)
downloadbcm5719-llvm-a865b79f871cb894efe42bed04b818c9c1f13570.tar.gz
bcm5719-llvm-a865b79f871cb894efe42bed04b818c9c1f13570.zip
Implement a FIXME.
llvm-svn: 68024
Diffstat (limited to 'clang/lib/Analysis/BasicStore.cpp')
-rw-r--r--clang/lib/Analysis/BasicStore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/BasicStore.cpp b/clang/lib/Analysis/BasicStore.cpp
index 8c5b71f2341..cb6fcab3805 100644
--- a/clang/lib/Analysis/BasicStore.cpp
+++ b/clang/lib/Analysis/BasicStore.cpp
@@ -85,7 +85,7 @@ public:
/// ArrayToPointer - Used by GRExprEngine::VistCast to handle implicit
/// conversions between arrays and pointers.
- SVal ArrayToPointer(SVal Array) { return Array; }
+ SVal ArrayToPointer(Loc Array) { return Array; }
/// CastRegion - Used by GRExprEngine::VisitCast to handle casts from
/// a MemRegion* to a specific location type. 'R' is the region being
OpenPOWER on IntegriCloud