================
@@ -793,6 +827,16 @@ class YAMLConverter {
                          SwiftVersion);
   }
 
+  template <typename T>
+  void convertVariable(const T &Entity, VariableInfo &VI) {
----------------
compnerd wrote:

I think that `computeVariableInfo` seems better - we are "hydrating" the 
variable information from the entity.

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

Reply via email to