Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lg
| lib/Tooling/Core/Replacement.cpp | ||
|---|---|---|
| 163 ↗ | (On Diff #66661) | nit: "as there might an" -> "as there might be an". |
| cfe/trunk/lib/Tooling/Core/Replacement.cpp | ||
|---|---|---|
| 169 | I think we should ignore replacement text when checking equality between *I and R here. | |
| cfe/trunk/lib/Tooling/Core/Replacement.cpp | ||
|---|---|---|
| 169 | 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. | |
I think we should ignore replacement text when checking equality between *I and R here.