================ @@ -793,6 +827,16 @@ class YAMLConverter { SwiftVersion); } + template <typename T> + void convertVariable(const T &Entity, VariableInfo &VI) { ---------------- egorzhdan wrote:
The existing methods that do the same thing for classes, methods, etc. are called `convertX` without the `Info` suffix. I think it's better keep the naming consistent. https://github.com/llvm/llvm-project/pull/104088 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits