zmodem wrote: > do we have an existing optimized "does this string match any of this > statically known set of strings?" tool?
Best I can think of is `llvm::StringSet`. https://github.com/llvm/llvm-project/pull/175208 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
