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.
2 parents 0c924fa + eeca616 commit 6b1cc66Copy full SHA for 6b1cc66
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