diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-03-08 23:39:37 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-03-08 23:39:37 +0000 |
commit | 2c0af358072e5be81634a8767e501b962dbdd3ca (patch) | |
tree | 0783b78dbcc986838b82db197934533cb3b83088 /lib/StaticAnalyzer/Core/BasicValueFactory.cpp | |
parent | 299a4a967b02c9f0d0d94ad8560e3ced893f9116 (diff) |
#include Store.h into BasicValueFactory.cpp to provide definitions of StoreRef constructor.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127291 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/BasicValueFactory.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/BasicValueFactory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/StaticAnalyzer/Core/BasicValueFactory.cpp b/lib/StaticAnalyzer/Core/BasicValueFactory.cpp index d29c86adcf..ae8a04ce43 100644 --- a/lib/StaticAnalyzer/Core/BasicValueFactory.cpp +++ b/lib/StaticAnalyzer/Core/BasicValueFactory.cpp @@ -14,6 +14,7 @@ //===----------------------------------------------------------------------===// #include "clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h" +#include "clang/StaticAnalyzer/Core/PathSensitive/Store.h" using namespace clang; using namespace ento; |