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 ab74a31 commit eeca616Copy full SHA for eeca616
clang/include/clang/Analysis/FlowSensitive/CachedConstAccessorsLattice.h
@@ -121,6 +121,7 @@ joinConstMethodMap(
121
llvm::SmallDenseMap<const FunctionDecl *, T *>>
122
&Map2,
123
LatticeEffect &Effect) {
124
+ // Intersect the two maps, and note if change was made.
125
llvm::SmallDenseMap<const RecordStorageLocation *,
126
127
Result;
0 commit comments