Skip to content

Commit

Permalink
[clang][dataflow][NFC] Remove stale comment. (#65322)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinboehme committed Sep 6, 2023
1 parent 6c3232b commit be12f26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clang/unittests/Analysis/FlowSensitive/TestingSupport.h
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,6 @@ inline Value *getFieldValue(const RecordStorageLocation *Loc,

/// Returns the value of a `Field` on a `Struct.
/// Returns null if `Struct` is null.
///
/// Note: This function currently does not use the `Env` parameter, but it will
/// soon be needed to look up the `Value` when `setChild()` changes to return a
/// `StorageLocation *`.
inline Value *getFieldValue(const RecordValue *Struct, const ValueDecl &Field,
const Environment &Env) {
if (Struct == nullptr)
Expand Down

0 comments on commit be12f26

Please sign in to comment.