[PATCH] D158227: [clang] EditedSource::applyRewrites - useless call
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 06:00:57 PDT 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM! This is an NFC change that doesn't require additional testing because `CurEnd` is only used in an assertion, not for any of the function's semantics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158227/new/
https://reviews.llvm.org/D158227
More information about the cfe-commits
mailing list