Skip to content

Commit dd4a5c7

Browse files
NagyDonathaoNoQ
andauthored
Clarify TODO commet
Co-authored-by: Artem Dergachev <[email protected]>
1 parent 1d76d59 commit dd4a5c7

File tree

1 file changed

+2
-1
lines changed
  • clang/include/clang/StaticAnalyzer/Core/PathSensitive

1 file changed

+2
-1
lines changed

clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ class CallEvent {
217217
/// transitions happen, so this state can become partially obsolete!
218218
///
219219
/// TODO: Instead of storing a complete state object in the CallEvent, only
220-
/// store the relevant parts (argument/return SVals, dynamic type etc.).
220+
/// store the relevant parts (such as argument/return SVals etc.) that aren't
221+
/// allowed to become obsolete until the end of the call evaluation.
221222
ProgramStateRef getState() const { return State; }
222223

223224
public:

0 commit comments

Comments
 (0)