================
@@ -65,6 +65,35 @@ template <> struct ScalarEnumerationTraits<InfoType> {
   }
 };
 
+template <>
+struct llvm::yaml::ScalarEnumerationTraits<clang::doc::CommentKind> {
----------------
evelez7 wrote:

This doesn't need the `llvm::yaml` qualification.

https://github.com/llvm/llvm-project/pull/142273
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to