nickdesaulniers accepted this revision.
nickdesaulniers added inline comments.


================
Comment at: clang/lib/Basic/SourceManager.cpp:797
+  // SLocOffset.
+  unsigned LessIndex = 0;
+  // upper bound of the search range.
----------------
Consider renaming this `LesserIndex` which matches with `GreaterIndex` better.


================
Comment at: clang/lib/Basic/SourceManager.cpp:797
-      LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
-    // Neither loc prunes our search.
-    I = LocalSLocEntryTable.end();
----------------
nickdesaulniers wrote:
> Consider renaming this `LesserIndex` which matches with `GreaterIndex` better.
So this comment was wrong?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135132

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to