Generalizing the shared "element-type" context means existing Fixables will emit Fix-Its for new cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great!
clang/lib/Analysis/UnsafeBufferUsage.cpp | ||
---|---|---|
133 | 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.