[clang] [APINotes] Parse function-like Where.Parameters (PR #203227)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 11 06:32:04 PDT 2026


================
@@ -338,8 +338,15 @@ template <> struct MappingTraits<Class> {
 } // namespace llvm
 
 namespace {
+typedef std::vector<StringRef> WhereParamsSeq;
----------------
egorzhdan wrote:

Similar type definitions in the rest of this file are using `typedef`, so I would use it here too for consistency. I don't feel strongly about it though,

https://github.com/llvm/llvm-project/pull/203227


More information about the cfe-commits mailing list