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 29a9d00 commit 334139fCopy full SHA for 334139f
clang/include/clang/Analysis/ProgramPoint.h
@@ -33,7 +33,7 @@ class ProgramPoint {
33
assert ((reinterpret_cast<uintptr_t>(const_cast<void*>(Ptr)) & 0x7) == 0
34
&& "Address must have at least an 8-byte alignment.");
35
36
- Data = reinterpret_cast<uintptr_t>(const_cast<void*>(Ptr)) & k;
+ Data = reinterpret_cast<uintptr_t>(const_cast<void*>(Ptr)) | k;
37
}
38
39
ProgramPoint() : Data(0) {}
0 commit comments