[PATCH] D141625: [DeclContext] Sort the Decls before adding into DeclContext

Argyrios Kyrtzidis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 13 15:04:49 PST 2023


akyrtzi added a comment.

Yeah, you mainly need more than 32 decls to exceed the small storage of `Scope::DeclSetTy`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141625



More information about the cfe-commits mailing list