Generalizing the shared "element-type" context means existing Fixables will emit Fix-Its for new cases.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks great!
clang/lib/Analysis/UnsafeBufferUsage.cpp | ||
---|---|---|
127 | I think anyOf is appropriate because the same expression cannot ever match both implicitCastExpr and binaryOperator at once, so we want this to short circuit. |
I think anyOf is appropriate because the same expression cannot ever match both implicitCastExpr and binaryOperator at once, so we want this to short circuit.