[clang] Add support for referencable labels for attribute documentation (PR #118428)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 4 00:46:36 PST 2024
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
More information about the cfe-commits
mailing list