[PATCH] D137258: [clang] Optimize storage and lookup of analyzer options

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 21:40:49 PDT 2023


steakhal accepted this revision.
steakhal added a comment.
This revision is now accepted and ready to land.

I liked the idea of sorting these options at compile time.
I think the most dummy sort should work just fine inthis case, as the number of elements are not that large.
Do you think worth it?

Anyway , I think moving the runtime sort out of the ctor is a good middleground. Thank you.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137258



More information about the cfe-commits mailing list