This patch moves the implementation of synthetic properties from the StructValue class into the Value base class so that it can be used across all Value instances.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/include/clang/Analysis/FlowSensitive/Value.h | ||
---|---|---|
29 | I'm not sure I understand what is meant by "separately allocated" and "stored by pointer". Could you please clarify? |
clang/include/clang/Analysis/FlowSensitive/Value.h | ||
---|---|---|
29–30 |
clang/include/clang/Analysis/FlowSensitive/Value.h | ||
---|---|---|
29 | (See suggested fix by Dmitri) |
clang/include/clang/Analysis/FlowSensitive/Value.h | ||
---|---|---|
28–31 | Please add a blank line between the short description and the rest. |
I'm not sure I understand what is meant by "separately allocated" and "stored by pointer". Could you please clarify?