Skip to content

Commit eeca616

Browse files
authored
[NFC] [FlowSensitive] add comment (#160223)
This will make it easier to understand what the function does without needing to read the code.
1 parent ab74a31 commit eeca616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Analysis/FlowSensitive/CachedConstAccessorsLattice.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ joinConstMethodMap(
121121
llvm::SmallDenseMap<const FunctionDecl *, T *>>
122122
&Map2,
123123
LatticeEffect &Effect) {
124+
// Intersect the two maps, and note if change was made.
124125
llvm::SmallDenseMap<const RecordStorageLocation *,
125126
llvm::SmallDenseMap<const FunctionDecl *, T *>>
126127
Result;

0 commit comments

Comments
 (0)