[PATCH] D59977: [Lexer] Fix an off-by-one bug in Lexer::getAsCharRange() - NFC.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 5 15:47:20 PDT 2019


NoQ reopened this revision.
NoQ added a reviewer: alexfh.
NoQ added a comment.

Reverted in rC357827 <https://reviews.llvm.org/rC357827> because clang-tidy was using this function in some of its checks. I'll have a look at if it is also affected by the bug or was already using a workaround.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59977/new/

https://reviews.llvm.org/D59977





More information about the cfe-commits mailing list