[PATCH] D150494: [clang][modules] NFC: Only sort interesting identifiers

Juergen Ributzka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 15 11:24:30 PDT 2023


ributzka added inline comments.


================
Comment at: clang/lib/Serialization/ASTWriter.cpp:3646
     // file.
     SmallVector<const IdentifierInfo *, 128> IIs;
     for (const auto &ID : PP.getIdentifierTable())
----------------
Would it make sense to reduce the size of the SmallVector too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150494



More information about the cfe-commits mailing list