[clang-tools-extra] Refactor clang doc comment structure (PR #142273)
Erick Velez via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 3 15:28:46 PDT 2025
================
@@ -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
More information about the cfe-commits
mailing list