Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lg
lib/Tooling/Core/Replacement.cpp | ||
---|---|---|
163 | nit: "as there might an" -> "as there might be an". |
cfe/trunk/lib/Tooling/Core/Replacement.cpp | ||
---|---|---|
169 ↗ | (On Diff #66663) | I think we should ignore replacement text when checking equality between *I and R here. |
cfe/trunk/lib/Tooling/Core/Replacement.cpp | ||
---|---|---|
169 ↗ | (On Diff #66663) | lower_bound already compares the replacement text, so as the comment says, unless I'm mistaken, this can only happen if R == AtEnd, which means that R has an empty replacement text. |
nit: "as there might an" -> "as there might be an".