Sirraide wrote: > is `const StringRef` a style violation
Yeah, we generally don’t use top-level `const` for variables that are value types. https://github.com/llvm/llvm-project/pull/118428 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
