We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d2545 commit 35eb4fbCopy full SHA for 35eb4fb
clang/lib/StaticAnalyzer/Core/RegionStore.cpp
@@ -70,7 +70,6 @@ class BindingKey {
70
71
public:
72
bool isDirect() const { return P.getInt() & Direct; }
73
- bool isDefault() const { return !isDirect(); }
74
bool hasSymbolicOffset() const { return P.getInt() & Symbolic; }
75
76
const MemRegion *getRegion() const { return P.getPointer(); }
0 commit comments