This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa3c16039b3f1: [clang] Use SourceLocation as key in std::map,
NFCI (authored by miyuki).
Changed prior to commit:
https://reviews.llvm.org/D89705?v
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM, assuming fix the linter problem by running `git show -U0 |
clang-format-diff.py -i -p1` (or similar).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://
miyuki created this revision.
miyuki added a reviewer: dexonsmith.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
miyuki requested review of this revision.
SourceLocation implements `operator<`, so `SourceLocation`-s can be used
as keys in `std::map` directly, there is no n