Refactor out the double lookup in IncludeInserter when trying to get the IncludeSorter for a specified FileID.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D82004
[clang-tidy][NFC] Remove the double look-up on IncludeInserter ClosedPublic Authored by njames93 on Jun 17 2020, 4:38 AM.
Details Summary Refactor out the double lookup in IncludeInserter when trying to get the IncludeSorter for a specified FileID.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 17 2020, 10:53 AM Closed by commit rG08c83ed75752: [clang-tidy][NFC] Remove the double look-up on IncludeInserter (authored by njames93). · Explain WhyJun 17 2020, 11:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 271334 clang-tools-extra/clang-tidy/utils/IncludeInserter.h
clang-tools-extra/clang-tidy/utils/IncludeInserter.cpp
|