[clang] [APINotes] Serialize function-like Where.Parameters (PR #204147)

via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 29 00:01:24 PDT 2026


================
@@ -387,7 +423,9 @@ class ContextIDTableInfo {
 
 /// Localized helper to make a type dependent, thwarting template argument
 /// deduction.
-template <typename T> struct MakeDependent { typedef T Type; };
+template <typename T> struct MakeDependent {
+  typedef T Type;
+};
----------------
StoeckOverflow wrote:

This was just clang-format. I can revert this part to keep the PR focused.

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


More information about the cfe-commits mailing list