Deleted Added
full compact
StoreRef.h (226633) StoreRef.h (280031)
1//== StoreRef.h - Smart pointer for store objects ---------------*- C++ -*--==//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file defined the type StoreRef.
11//
12//===----------------------------------------------------------------------===//
13
1//== StoreRef.h - Smart pointer for store objects ---------------*- C++ -*--==//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file defined the type StoreRef.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef LLVM_CLANG_GR_STOREREF_H
15#define LLVM_CLANG_GR_STOREREF_H
14#ifndef LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_STOREREF_H
15#define LLVM_CLANG_STATICANALYZER_CORE_PATHSENSITIVE_STOREREF_H
16
17#include <cassert>
18
19namespace clang {
20namespace ento {
21
22/// Store - This opaque type encapsulates an immutable mapping from
23/// locations to values. At a high-level, it represents the symbolic

--- 28 unchanged lines hidden ---
16
17#include <cassert>
18
19namespace clang {
20namespace ento {
21
22/// Store - This opaque type encapsulates an immutable mapping from
23/// locations to values. At a high-level, it represents the symbolic

--- 28 unchanged lines hidden ---